@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
|
@@ -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
|
|
815
|
+
&.compact .mat-row,
|
|
816
|
+
.mat-row.mat-row-small {
|
|
818
817
|
min-height: inherit;
|
|
819
|
-
max-height: 33px
|
|
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
|
}
|