From 5ffef2fd3aac466f49cbb8814669874ec40573ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 17 Dec 2017 18:10:22 +0100 Subject: [PATCH] Fix section headers being shrinked MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index dcb76d4fc..e228b4136 100644 --- a/css/style.scss +++ b/css/style.scss @@ -665,8 +665,9 @@ input.input-inline { .section-header { border-bottom: 1px solid $color-lightgrey; display: flex; + flex-shrink: 0; margin-bottom: 5px; - margin-top: 20px; + margin-top: 10px; h4 { padding-top: 5px; padding-bottom: 5px;