mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
21 lines
285 B
SCSS
21 lines
285 B
SCSS
|
|
||
|
div.editor-row {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
div.editor-row div.section {
|
||
|
margin-right: 20px;
|
||
|
vertical-align: top;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
div.editor-option {
|
||
|
vertical-align: top;
|
||
|
display: inline-block;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
div.editor-option label {
|
||
|
display: block;
|
||
|
}
|