UX: Set max-width on category column to trigger overflow.
This commit is contained in:
parent
abc4454e89
commit
ee38572be3
|
@ -131,8 +131,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.autocomplete .badge-wrapper {
|
||||
max-width: 230px;
|
||||
.autocomplete, td.category {
|
||||
.badge-wrapper {
|
||||
max-width: 230px;
|
||||
}
|
||||
}
|
||||
|
||||
// Category badge dropdown
|
||||
|
|
Loading…
Reference in New Issue