فهرست منبع

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

Torkel Ödegaard 11 سال پیش
والد
کامیت
dc5973a0f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/css/less/graph.less

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

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