UX: Set max-width in order to trigger overflow.

This commit is contained in:
Guo Xiang Tan 2016-02-10 16:27:03 +08:00
parent d220eb34ff
commit abc4454e89

View file

@ -25,6 +25,7 @@
&.bar { //bar category style
line-height: 1.25;
margin-right: 5px;
display: inline-flex;
span.badge-category {
color: $primary !important;
@ -130,6 +131,10 @@
}
}
.autocomplete .badge-wrapper {
max-width: 230px;
}
// Category badge dropdown
// --------------------------------------------------