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 29 }
30 30  
31 31 #charge_table, .charge_chart{
32   - width: 95%;
  32 + width: 100%;
33 33 }
34 34  
35 35 #charge_table,
... ... @@ -49,6 +49,7 @@
49 49 background-color: #fAfAfA;
50 50 border: 1pt solid black;
51 51 display: inline-block;
  52 + width: 100%;
52 53 }
53 54  
54 55 text.legend {
... ...