...
|
...
|
@@ -19,9 +19,11 @@ |
19
|
19
|
.tb-table-widget {
|
20
|
20
|
mat-footer-row, mat-row {
|
21
|
21
|
min-height: 38px;
|
|
22
|
+ height: 38px;
|
22
|
23
|
}
|
23
|
24
|
mat-header-row {
|
24
|
25
|
min-height: 40px;
|
|
26
|
+ height: 40px;
|
25
|
27
|
}
|
26
|
28
|
mat-toolbar {
|
27
|
29
|
z-index: 10;
|
...
|
...
|
|