mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Fixed position of Closesplit
This commit is contained in:
parent
d2a5477654
commit
42f700054f
@ -70,6 +70,7 @@
|
||||
}
|
||||
|
||||
.toolbar-header {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@ -84,11 +85,10 @@
|
||||
|
||||
.toolbar-header-datasource {
|
||||
padding-left: $dashboard-padding;
|
||||
flex: 2 1 auto;
|
||||
}
|
||||
|
||||
.toolbar-header-close {
|
||||
padding-right: 8px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.toolbar-content-splitted,
|
||||
|
Loading…
Reference in New Issue
Block a user