Commit f66e4864cd667d96ce1d89cfb5d438a747bec2b8
1 parent
8572de24
UI:Fix. Timeseries table > divider wrong behavior
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | <md-tabs flex md-selected="vm.sourceIndex" ng-class="{'tb-headless': vm.sources.length === 1}" |
42 | 42 | id="tabs" md-border-bottom flex> |
43 | 43 | <md-tab ng-repeat="source in vm.sources" label="{{ source.datasource.name }}"> |
44 | - <md-table-container class="tb-absolute-fill layout-column"> | |
44 | + <md-table-container class="flex"> | |
45 | 45 | <table md-table> |
46 | 46 | <thead md-head md-order="source.query.order" md-on-reorder="vm.onReorder(source)"> |
47 | 47 | <tr md-row> | ... | ... |