From 3c1d48a9edd7d009b737cbf4d18358b8a9eb225f Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 14 Jul 2025 13:53:50 -0400 Subject: [PATCH] Fixed form select field styling --- public/css/kourend.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/kourend.css b/public/css/kourend.css index a84b0ac..1c5ee2a 100644 --- a/public/css/kourend.css +++ b/public/css/kourend.css @@ -21,7 +21,7 @@ textarea{ height: 100px; } -form select{ +form select[multiple]{ min-height: 100px; }