@sumaris-net/ngx-components 1.19.11-rc1 → 1.19.11-rc2

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.19.11-rc1",
4
+ "version": "1.19.11-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -811,15 +811,14 @@ ion-list {
811
811
  }
812
812
  }
813
813
 
814
-
815
-
816
814
  /* Special case to have small row */
817
- .mat-row-small {
815
+ &.compact .mat-row,
816
+ .mat-row.mat-row-small {
818
817
  min-height: inherit;
819
- max-height: 33px !important;
818
+ --mat-row-max-height: 33px;
820
819
  }
821
- .mat-row.mat-small .mat-cell,
822
- .mat-row .mat-cell.mat-small{
820
+ .mat-row.mat-row-small .mat-cell,
821
+ .mat-row .mat-cell.mat-row-small{
823
822
  line-height: 15px;
824
823
  @include font-size(12px);
825
824
  }