From 602c989af4b6ff68ade5721242441578cd7e9a50 Mon Sep 17 00:00:00 2001 From: Zhuoxi Song Date: Sat, 8 Oct 2016 17:59:18 -0400 Subject: [PATCH] improved log styles in console (#136) --- client/styles/components/_console.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/styles/components/_console.scss b/client/styles/components/_console.scss index 0f382c77..f113472b 100644 --- a/client/styles/components/_console.scss +++ b/client/styles/components/_console.scss @@ -41,6 +41,7 @@ background-color: getThemifyVariable('console-header-background-color'); color: getThemifyVariable('console-header-color'); } + min-height: #{30 / $base-font-size}rem; padding: #{5 / $base-font-size}rem; display: flex; justify-content: space-between; @@ -55,8 +56,6 @@ display: flex; flex-direction: column; overflow-y: auto; - flex: 1 0 0%; - } .preview-console__collapse {