improved log styles in console (#136)

This commit is contained in:
Zhuoxi Song 2016-10-08 17:59:18 -04:00 committed by Cassie Tarakajian
parent 2856615c4d
commit 602c989af4
1 changed files with 1 additions and 2 deletions

View File

@ -41,6 +41,7 @@
background-color: getThemifyVariable('console-header-background-color'); background-color: getThemifyVariable('console-header-background-color');
color: getThemifyVariable('console-header-color'); color: getThemifyVariable('console-header-color');
} }
min-height: #{30 / $base-font-size}rem;
padding: #{5 / $base-font-size}rem; padding: #{5 / $base-font-size}rem;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -55,8 +56,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-y: auto; overflow-y: auto;
flex: 1 0 0%;
} }
.preview-console__collapse { .preview-console__collapse {