From 5cfac3d2c7a08a855735a8b731c85f6b6d4b65e0 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 29 Feb 2024 10:10:57 +1100 Subject: [PATCH] Add comments --- app/webpacker/css/admin/dropdown.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/webpacker/css/admin/dropdown.scss b/app/webpacker/css/admin/dropdown.scss index c18e90fea0..ab3a61d5bb 100644 --- a/app/webpacker/css/admin/dropdown.scss +++ b/app/webpacker/css/admin/dropdown.scss @@ -182,6 +182,7 @@ } > details { + // Override padding on ofn-drop-down-style margin: -7px -15px; padding: 7px 15px; } @@ -193,6 +194,7 @@ text-transform: uppercase; font-size: 85%; font-weight: 600; + // Override padding on ofn-drop-down-style to increase clickable area margin: -8px -15px; padding: 8px 15px; }