UX: Set max-width on category column to trigger overflow.

This commit is contained in:
Guo Xiang Tan 2016-02-10 16:34:43 +08:00
parent abc4454e89
commit ee38572be3
1 changed files with 4 additions and 2 deletions

View File

@ -131,9 +131,11 @@
}
}
.autocomplete .badge-wrapper {
.autocomplete, td.category {
.badge-wrapper {
max-width: 230px;
}
}
// Category badge dropdown
// --------------------------------------------------