Explorar o código

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

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
dc5973a0f3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/css/less/graph.less

+ 1 - 0
src/css/less/graph.less

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