From 361ec64922edfb6b4d4ed76de924bfd695fc378f Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Thu, 12 Dec 2024 14:06:46 +0100 Subject: [PATCH] Widen configuration menus. --- static/galene.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/galene.css b/static/galene.css index 5068d35..096a2fd 100644 --- a/static/galene.css +++ b/static/galene.css @@ -786,25 +786,21 @@ h1 { } #filterselect { - width: 8em; text-align-last: center; margin-right: 0.4em; } #sendselect { - width: 8em; text-align-last: center; margin-right: 0.4em; } #simulcastselect { - width: 8em; text-align-last: center; margin-right: 0.4em; } #requestselect { - width: 8em; text-align-last: center; }