mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 06:14:30 +08:00
UX: Prevent categories from overflowing select-kit
This commit is contained in:
parent
b8015ab654
commit
f1ac3cf888
@ -13,6 +13,10 @@
|
||||
margin: 0;
|
||||
}
|
||||
.category-status {
|
||||
overflow: hidden;
|
||||
.badge-wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
.badge-wrapper.box {
|
||||
margin-bottom: 1px;
|
||||
margin-top: 1px;
|
||||
|
@ -19,6 +19,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.select-kit-collection {
|
||||
|
Loading…
x
Reference in New Issue
Block a user