mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
small css fix for alignment of legend values when shown in table style
This commit is contained in:
parent
b812b1c579
commit
dc5973a0f3
@ -25,6 +25,7 @@
|
||||
.graph-legend-value {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
&.current:before {
|
||||
content: "Current: "
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user