ソースを参照

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;
   }