From 4d595f49a0c14e4dee19d3d7e2f7318bfbdc1853 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Fri, 9 May 2014 11:09:31 +0200
Subject: [PATCH] reduce multiselect max-width from 400 to 200px to not take
 too much space

---
 core/css/multiselect.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index 8d949e7cdb..b3393c450d 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -50,7 +50,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
 
 div.multiselect, select.multiselect {
 	display: inline-block;
-	max-width: 400px;
+	max-width: 200px;
 	min-width: 150px;
 	padding-right: 10px;
 	min-height: 20px;
-- 
GitLab