From 9e957f40d3e25e464d220c414c89c68f37a5fac2 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Thu, 5 Dec 2019 15:58:36 +0100 Subject: [PATCH] IE 11 fix. WIP #3051 @0.5 --- style/interface.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/interface.less b/style/interface.less index e039c87c..127a739d 100644 --- a/style/interface.less +++ b/style/interface.less @@ -150,6 +150,7 @@ .svg-icon { flex: 0 0 auto; height: 26px; + width: 26px; // Needed for IE 11 margin-left: 1em; } } -- 2.39.5