Commit 66d08103e18400c1ae1b7429d9906077852bf13a

Authored by Igor Kulikov
1 parent 09065dee

Timeseries widget table layout

@@ -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;