Commit 207a8628993792e96429b9fdc4edd0d1f60ec789

Authored by hitier
1 parent 5e6f4e07

Apply css to svg, not div

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/main/static/css/charges.css
... ... @@ -45,7 +45,7 @@
45 45 padding: 0.8em;
46 46 }
47 47  
48   -.charge_chart {
  48 +.charge_chart svg {
49 49 background-color: #fAfAfA;
50 50 border: 1pt solid black;
51 51 display: inline-block;
... ...