From 3cc0214c9ab1dd9942adfb9412d586b2e719c88d Mon Sep 17 00:00:00 2001 From: Arthur <79015591+arthur-adriansens@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:58:49 +0100 Subject: [PATCH] fixed dropdown hitbox bug --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 1647a7e..8ff7f9b 100644 --- a/src/style.css +++ b/src/style.css @@ -480,8 +480,8 @@ li>b { .dropdown-options>h2 { width: 100%; - margin-left: 0; - margin-right: 0; + margin: 0; + padding-bottom: 1rem; } .h2_wrapper>* {