diff options
author | Martin Wright <martin@mysociety.org> | 2018-03-26 17:35:40 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-06 17:43:30 +0100 |
commit | f2f1d653f32f7ae04bdda2f102ccedfbdbb2b9b0 (patch) | |
tree | cd4711acc41bca46612eed2ad70b58bd3ffd2f31 /web | |
parent | cff9dd65aed09d552f728a54719ed0587a538aee (diff) |
Remove height from canvas obj in chart containers
Fixes broken aspect ratio in IE10
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_dashboard.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/sass/_dashboard.scss b/web/cobrands/sass/_dashboard.scss index 3c4eb969e..094ce19a8 100644 --- a/web/cobrands/sass/_dashboard.scss +++ b/web/cobrands/sass/_dashboard.scss @@ -63,7 +63,6 @@ canvas { width: 100% !important; - height: auto !important; } } |