From f2f1d653f32f7ae04bdda2f102ccedfbdbb2b9b0 Mon Sep 17 00:00:00 2001 From: Martin Wright Date: Mon, 26 Mar 2018 17:35:40 +0100 Subject: Remove height from canvas obj in chart containers Fixes broken aspect ratio in IE10 --- web/cobrands/sass/_dashboard.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'web') 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; } } -- cgit v1.2.3