Browse Source

Fix doughnut graph width in weight rule

Gaël Métais 8 năm trước cách đây
mục cha
commit
ecbbbc2d6b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      front/src/less/rule.less

+ 1 - 1
front/src/less/rule.less

@@ -253,7 +253,7 @@
 }
 
 .totalWeightPie {
-    max-width: 39em;
+    max-width: 20em;
     margin: 2em auto 4em;
 
     canvas {