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 {