Преглед изворни кода

fix colorpicker colors order (width issue) (#10170)

Alexander Zobnin пре 8 година
родитељ
комит
8aaaee5e16
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/sass/components/_panel_graph.scss

+ 1 - 1
public/sass/components/_panel_graph.scss

@@ -193,7 +193,7 @@
 }
 
 .graph-legend-popover {
-  width: 200px;
+  width: 210px;
   label {
     display: inline-block;
   }