From 1b6c0e87e0cf7931eb59476e604f3afa4058f988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 7 Oct 2022 21:04:40 +0200 Subject: [PATCH] expander: improve whitespace between label and content #338 --- static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index c648b948b0..be6c71d345 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -971,6 +971,10 @@ option { width: .6rem; } +.expand-content { + margin-top: .5rem; +} + /* expander collapsed, default */ .expand > .expand-label > .fa-chevron-down { display: none;