소스 검색

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