Commit 42f70005 by Hugo Häggmark

Fixed position of Closesplit

parent d2a54776
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
} }
.toolbar-header { .toolbar-header {
justify-content: space-between;
align-items: center; align-items: center;
} }
...@@ -84,11 +85,10 @@ ...@@ -84,11 +85,10 @@
.toolbar-header-datasource { .toolbar-header-datasource {
padding-left: $dashboard-padding; padding-left: $dashboard-padding;
flex: 2 1 auto;
} }
.toolbar-header-close { .toolbar-header-close {
padding-right: 8px; margin-left: auto;
} }
.toolbar-content-splitted, .toolbar-content-splitted,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment