From a82ce7de1f81cda6d25b778560637e8ee12bd083 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 13 Nov 2018 14:01:19 +0000 Subject: [PATCH] Fix folder navigation in IE 10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IE10 doesn’t support flexbox. We can work around this using floats. I think the flexbox will override it, so will be ignored by newer browsers. --- app/assets/stylesheets/components/pill.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/pill.scss b/app/assets/stylesheets/components/pill.scss index 06fab5f73..5a35c73e0 100644 --- a/app/assets/stylesheets/components/pill.scss +++ b/app/assets/stylesheets/components/pill.scss @@ -6,6 +6,7 @@ width: 25%; flex-grow: 1; text-align: left; + float: left; } a,