From ae9f96f2c5d4710aca356df467984c6411a40a0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 8 Nov 2018 18:19:52 +0100 Subject: [PATCH] Fix IE rule for min width MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/ie.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/ie.scss b/core/css/ie.scss index f1a617f0975..2a776dc9a86 100644 --- a/core/css/ie.scss +++ b/core/css/ie.scss @@ -3,7 +3,7 @@ position: fixed !important; } #app-content { - width: $navigation-width !important; + min-width: $navigation-width !important; /** * set min height so the container will grow in IE11 * https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11 -- 2.39.5