small css fix for alignment of legend values when shown in table style
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
.graph-legend-value {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
&.current:before {
|
||||
content: "Current: "
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user