From 37c4b7f0408ce9cbcaeb4f7398120f2ecebf903d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Sat, 1 Jun 2024 14:10:37 +0200 Subject: [PATCH] fix alingnment --- src/css/atoms/dropdown.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/atoms/dropdown.pcss b/src/css/atoms/dropdown.pcss index 2a304f7..a2308d6 100644 --- a/src/css/atoms/dropdown.pcss +++ b/src/css/atoms/dropdown.pcss @@ -4,7 +4,7 @@ } .dropbtn { - @apply p-3; + @apply p-3 mb-1; } /* Dropdown Content (Hidden by Default) */ -- GitLab