mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
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
Block a user