From 1a34482323f6e95ccd6606b533ed621e467b3f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 13 Oct 2022 09:35:44 +0200 Subject: [PATCH] style: add padding and solid white background to tab container (#70203) --- gadjo/static/css/_forms.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gadjo/static/css/_forms.scss b/gadjo/static/css/_forms.scss index 92e85b7..297f5ac 100644 --- a/gadjo/static/css/_forms.scss +++ b/gadjo/static/css/_forms.scss @@ -650,6 +650,10 @@ form.pk-mark-optional-fields { flex-direction: column; justify-content: space-between; overflow: auto; + background: white; + > * { + padding: 1rem 0.5rem; + } } }