Commit dfb905cfddafc7b565acd31a2b85f923f8486843

Authored by Anais Amato
Committed by hitier
1 parent b8338b91

Update width of charts and tables : 100%$

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/main/static/css/charges.css
@@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
29 } 29 }
30 30
31 #charge_table, .charge_chart{ 31 #charge_table, .charge_chart{
32 - width: 95%; 32 + width: 100%;
33 } 33 }
34 34
35 #charge_table, 35 #charge_table,
@@ -49,6 +49,7 @@ @@ -49,6 +49,7 @@
49 background-color: #fAfAfA; 49 background-color: #fAfAfA;
50 border: 1pt solid black; 50 border: 1pt solid black;
51 display: inline-block; 51 display: inline-block;
  52 + width: 100%;
52 } 53 }
53 54
54 text.legend { 55 text.legend {