From 8a3c9451af12843c0ca04218ab7db7ed5f640fdd Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Fri, 12 May 2017 10:40:15 +0200 Subject: [PATCH] SPR-908: QS - magic matcher select box with max-width for none breaking line --- css/plugins/magic-matcher.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/plugins/magic-matcher.less b/css/plugins/magic-matcher.less index 72920d2..eb2fdbd 100755 --- a/css/plugins/magic-matcher.less +++ b/css/plugins/magic-matcher.less @@ -25,6 +25,10 @@ max-width: 50%; } + select[name="mmissues"] + div.chosen-container { + max-width: 67%; + } + button[name="toggleSuggestions"] { position: absolute; right: 0;