From eaa7238f690e10b31bb611ecc5a3ca8b55e25e66 Mon Sep 17 00:00:00 2001 From: neurlang <77860779+neurlang@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:41:46 +0200 Subject: [PATCH] widen language picker --- views/v0/dropdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/v0/dropdown.css b/views/v0/dropdown.css index 5faf25d..7759779 100644 --- a/views/v0/dropdown.css +++ b/views/v0/dropdown.css @@ -2,7 +2,7 @@ .dropdown { position: relative; display: inline-block; - width: 20%; + width: 40%; } /* Dropdown list */