Commit 46227d231cc75f857e4174e1e0eabcd81159618b
Committed by
hitier
1 parent
5ad3eac3
Exists in
master
and in
4 other branches
Change charts width to 95%
pages agent and project
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/main/static/css/charges.css
@@ -28,9 +28,10 @@ | @@ -28,9 +28,10 @@ | ||
28 | stroke-width: 0px; | 28 | stroke-width: 0px; |
29 | } | 29 | } |
30 | 30 | ||
31 | -#charge_table{ | 31 | +#charge_table, .charge_chart{ |
32 | width: 95%; | 32 | width: 95%; |
33 | } | 33 | } |
34 | + | ||
34 | #charge_table, | 35 | #charge_table, |
35 | #charge_table th, | 36 | #charge_table th, |
36 | #charge_table td { | 37 | #charge_table td { |