Kaynağa Gözat

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

Torkel Ödegaard 11 yıl önce
ebeveyn
işleme
dc5973a0f3
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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: "
   }