From c4c69e57ae19daaa07be055cab5b14da222b1d09 Mon Sep 17 00:00:00 2001 From: neurlang <77860779+neurlang@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:44:19 +0200 Subject: [PATCH] ok smaller --- views/v0/dropdown.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/v0/dropdown.css b/views/v0/dropdown.css index 7759779..ed9a248 100644 --- a/views/v0/dropdown.css +++ b/views/v0/dropdown.css @@ -2,7 +2,8 @@ .dropdown { position: relative; display: inline-block; - width: 40%; + width: 35%; + max-width: 30em; } /* Dropdown list */