From f384d81d8e57476deb7eb19bc5bbbaa467abde9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 25 Dec 2017 19:25:30 +0100 Subject: [PATCH] Ensure select boxes use full width --- code/html/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/html/custom.css b/code/html/custom.css index d65c559c..21604c6c 100644 --- a/code/html/custom.css +++ b/code/html/custom.css @@ -187,3 +187,6 @@ span.slider { .panel.block { display: block; } +select { + width: 100%; +}