SPR-945: min-width for quicksearch qs wide-screen

This commit is contained in:
Silke Pisulla 2017-04-21 14:56:03 +02:00
commit fd02700e79

View file

@ -12,6 +12,12 @@
left: 0;
width: 100%;
.container {
@media @screen_md-lg {
margin-left: 1.8rem;
}
}
#mm__issueselect_chosen {
max-width: 50%;
}