@sumaris-net/ngx-components 2.2.8-rc1 → 2.2.8

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/doc/changelog.md CHANGED
@@ -507,3 +507,6 @@ Observables: function `waitFor()`, `waitForTrue()`, `watForFalse()`, `firstNotNi
507
507
 
508
508
  # 2.2.6
509
509
  - [fix] Refresh menu on any account changes (login changes - eg. when account updated)
510
+
511
+ # 2.2.8
512
+ - [fix] Table actions column: add CSS variable to set column width, min-width and max-width
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.2.8-rc1",
4
+ "version": "2.2.8",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -717,8 +717,8 @@ ion-list {
717
717
 
718
718
  .mat-column-actions {
719
719
  text-align: end;
720
+ min-width: var(--mat-column-actions-min-width);
720
721
  width: var(--mat-column-actions-width, 40px);
721
- min-width: var(--mat-column-actions-min-width, 40px);
722
722
  max-width: var(--mat-column-actions-max-width, 40px);
723
723
  padding-inline-start: 0 !important; // No start padding
724
724
  padding-right: unset !important;