mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): fixed panel margin
This commit is contained in:
parent
fa73b1ce80
commit
2d9a2506b4
@ -13,10 +13,6 @@
|
|||||||
color: $variable;
|
color: $variable;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grafana-row {
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row-tab {
|
.row-tab {
|
||||||
.dropdown-menu-right {
|
.dropdown-menu-right {
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -121,7 +117,7 @@ div.flot-text {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-margin {
|
.panel-margin {
|
||||||
margin: 0 0.4rem 0.4rem 0.4rem;
|
margin: 0 0.4rem 0.8rem 0.4rem;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user