From 73e992c06d6c7f0c871064841954a9bd8e71a0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 19 Sep 2018 09:53:30 +0200 Subject: [PATCH] scss: increase bottom margin for light form widgets (#26548) --- static/includes/_forms.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/includes/_forms.scss b/static/includes/_forms.scss index 235a3b8c..44870e0a 100644 --- a/static/includes/_forms.scss +++ b/static/includes/_forms.scss @@ -407,4 +407,9 @@ div.select2-search { margin-left: 0; background: none; } + form.quixote div.widget { + // increase bottom margin as the single border pushes away the + // widget from the label and we have to compensate. + margin-bottom: 3ex; + } } -- 2.19.0