From 9d546e8761fe3307bc4bb4df3ecf92e4a898d9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Dec 2020 20:27:52 +0100 Subject: [PATCH] style: add some margin next to un/fold arrow in section title (#49193) --- gadjo/static/css/gadjo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index d8e28ab..2166b9a 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -1242,6 +1242,7 @@ div.section { text-align: right; float: right; transition: transform ease 0.1s; + margin-right: 0.8rem; } } &.folded {