mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 23:23:45 -06:00
added media breakpoint to legend-right
This commit is contained in:
parent
3a19cf52ef
commit
3c9f31a0bb
@ -4,7 +4,9 @@
|
||||
height: 100%;
|
||||
|
||||
&--legend-right {
|
||||
flex-direction: row;
|
||||
@include media-breakpoint-up(sm) {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.graph-legend {
|
||||
flex: 0 1 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user