From d35db68093c72ccf5a3273eaea8bc0bca47ef48a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergio=20Bertol=C3=ADn?= Date: Wed, 24 Aug 2016 16:06:14 +0000 Subject: [PATCH] Modified overflow in multiselector --- core/css/multiselect.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css/multiselect.css b/core/css/multiselect.css index ef56044fd05..cc1d6a3b468 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -42,6 +42,8 @@ ul.multiselectoptions > li input[type='checkbox']+label { width: 100%; padding: 5px 27px; margin-left: -27px; /* to have area around checkbox clickable as well */ + text-overflow: ellipsis; + overflow: hidden; } ul.multiselectoptions > li input[type='checkbox']:checked+label { font-weight: bold; -- 2.39.5