From 347459fe96610ec670cc1ffdf37cb135745105b1 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sun, 26 May 2024 12:19:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Reduce=20right-padding=20of=20dr?= =?UTF-8?q?opdown=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1em to 0.5em --- style/_dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/_dropdown.scss b/style/_dropdown.scss index a10828d..dc8cdf9 100644 --- a/style/_dropdown.scss +++ b/style/_dropdown.scss @@ -12,7 +12,7 @@ details.sd-dropdown { } summary.sd-summary-title { - padding: 0.5em 1em; + padding: 0.5em 0.5em 0.5em 1em; font-size: var(--sd-fontsize-dropdown-title); font-weight: var(--sd-fontweight-dropdown-title);