From 6050c2403a0ab860970790cf751b708022a24b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 13 Nov 2020 13:48:45 +0100 Subject: [PATCH] gadjo: remove extra padding on folded section titles (#48531) --- gadjo/static/css/gadjo.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index fed2936..8fc93d8 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -1234,8 +1234,7 @@ div.section { } &.folded { > h2, > h3 { - border-bottom: none; - padding-bottom: 1rem; + border-bottom-color: transparent; &::after { transform: rotate(-90deg); }