Fix section headers being shrinked

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-12-17 18:10:22 +01:00
parent d7da990a55
commit 5ffef2fd3a

View File

@@ -665,8 +665,9 @@ input.input-inline {
.section-header { .section-header {
border-bottom: 1px solid $color-lightgrey; border-bottom: 1px solid $color-lightgrey;
display: flex; display: flex;
flex-shrink: 0;
margin-bottom: 5px; margin-bottom: 5px;
margin-top: 20px; margin-top: 10px;
h4 { h4 {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;