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 {
|
.autocomplete, td.category {
|
||||||
|
.badge-wrapper {
|
||||||
max-width: 230px;
|
max-width: 230px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Category badge dropdown
|
// Category badge dropdown
|
||||||
|
|
Loading…
Reference in New Issue