SPR-908: QS - magic matcher select box with max-width for none breaking line

This commit is contained in:
Silke Pisulla 2017-05-12 10:40:15 +02:00
commit 8a3c9451af

View file

@ -25,6 +25,10 @@
max-width: 50%; max-width: 50%;
} }
select[name="mmissues"] + div.chosen-container {
max-width: 67%;
}
button[name="toggleSuggestions"] { button[name="toggleSuggestions"] {
position: absolute; position: absolute;
right: 0; right: 0;