Browse Source

Fix doughnut graph width in weight rule

Gaël Métais 8 years ago
parent
commit
ecbbbc2d6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/src/less/rule.less

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

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