small css fix for alignment of legend values when shown in table style

This commit is contained in:
Torkel Ödegaard 2014-08-17 11:53:58 +02:00
parent b812b1c579
commit dc5973a0f3

View File

@ -25,6 +25,7 @@
.graph-legend-value {
float: left;
white-space: nowrap;
text-align: left;
&.current:before {
content: "Current: "
}