@tetacom/ng-components 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetacom/ng-components",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.5",
6
6
  "@angular/core": "^19.0.5"
package/style/table.scss CHANGED
@@ -234,6 +234,7 @@
234
234
  overflow: hidden;
235
235
  text-overflow: ellipsis;
236
236
  user-select: none;
237
+ flex-grow: 1;
237
238
 
238
239
  &_numeric {
239
240
  text-align: right;