From 7b2749ae92ba457b17aeac0ca43cbdb5cd1d65ee Mon Sep 17 00:00:00 2001 From: Tero Halla-aho Date: Fri, 28 Nov 2025 11:43:12 +0200 Subject: [PATCH] Align filter selects with button height --- app/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/globals.css b/app/globals.css index 5ba6582..bf3056d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -475,6 +475,7 @@ select, textarea { width: 100%; padding: 12px 14px; + min-height: 44px; border-radius: 10px; border: 1px solid rgba(148, 163, 184, 0.35); background: rgba(255, 255, 255, 0.04);