From 1dd098d2cb9a754fc24c0dee2308bbfac4a10454 Mon Sep 17 00:00:00 2001 From: Sarah Carney Date: Thu, 25 Jan 2018 08:43:38 -0600 Subject: [PATCH] Interim 146 - IE fix for megapanels (#162) * INTERIM-146 Fixed the flex shorthand property to work better with IE 11. * INTERIM-146 Adjusted the media query because the flex shorthand wasn't catching a strange in between browser width for rows of three items. --- css/suitcase.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/suitcase.css b/css/suitcase.css index 65a2a99..72f63f3 100644 --- a/css/suitcase.css +++ b/css/suitcase.css @@ -1477,7 +1477,7 @@ in the panel settings */ } .megapanels-pane { - flex: 1 1 250px; + flex: 1 1 0px; min-width: 250px; margin: 0 0.5rem; margin-bottom: 1rem; @@ -1510,7 +1510,7 @@ in the panel settings */ } } -@media (max-width: 829px) and (min-width: 548px) { +@media (max-width: 850px) and (min-width: 548px) { .megapanels-pane:first-child:nth-last-child(3), .megapanels-pane:first-child:nth-last-child(3) ~ .megapanels-pane {