Commit 66d08103e18400c1ae1b7429d9906077852bf13a

Authored by Igor Kulikov
1 parent 09065dee

Timeseries widget table layout

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