From 0da77e7aa1f338daa82c4fd63d0dfa45532bbd63 Mon Sep 17 00:00:00 2001 From: catarak Date: Fri, 22 Jul 2016 17:19:15 -0400 Subject: [PATCH] fix flexbox bugs for ie11 --- client/styles/layout/_ide.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/styles/layout/_ide.scss b/client/styles/layout/_ide.scss index e303835f..39e0ed33 100644 --- a/client/styles/layout/_ide.scss +++ b/client/styles/layout/_ide.scss @@ -7,12 +7,12 @@ .editor-preview-container { width: 100%; - flex: 1 0 0; + flex: 1 0 0px; display: flex; } .editor-console-container { - flex: 1 0 0; + flex: 1 0 0px; max-width: 45%; height: 100%; position: relative; @@ -23,7 +23,8 @@ } .preview-frame { - flex: 1 0 0; + flex: 1 0 0px; + height: 100%; } .toolbar {