Showing
1 changed file
with
2 additions
and
0 deletions
@@ -19,9 +19,11 @@ | @@ -19,9 +19,11 @@ | ||
19 | .tb-table-widget { | 19 | .tb-table-widget { |
20 | mat-footer-row, mat-row { | 20 | mat-footer-row, mat-row { |
21 | min-height: 38px; | 21 | min-height: 38px; |
22 | + height: 38px; | ||
22 | } | 23 | } |
23 | mat-header-row { | 24 | mat-header-row { |
24 | min-height: 40px; | 25 | min-height: 40px; |
26 | + height: 40px; | ||
25 | } | 27 | } |
26 | mat-toolbar { | 28 | mat-toolbar { |
27 | z-index: 10; | 29 | z-index: 10; |