From 8cb5040483bd9849d4e6972e608aff7b2ae03dd3 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Mon, 4 Oct 2021 12:28:14 +0200 Subject: pages: improvements on the module selection Signed-off-by: Alban Gruin --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 2ff6c67..82297f4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,6 +27,10 @@ h1 a { color: #31363b; } +select { + width: 100%; +} + @media print { body, article { max-width: none; -- cgit v1.2.1