Commit 0142977738e723f0dbcdff0e5c12feea22198c15

Authored by hitier
1 parent f9c1f568

Widen table width to 95%

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/main/static/css/charges.css
... ... @@ -28,6 +28,9 @@
28 28 stroke-width: 0px;
29 29 }
30 30  
  31 +#charge_table{
  32 + width: 95%;
  33 +}
31 34 #charge_table,
32 35 #charge_table th,
33 36 #charge_table td {
... ...