mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
FIX: Inner content of a row could have no max-width and be very large (#9532)
This commit is contained in:
parent
060eb06a4f
commit
82b43451b3
|
@ -1,5 +1,6 @@
|
|||
.select-kit {
|
||||
.category-row {
|
||||
max-width: 320px;
|
||||
.category-status {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
top: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.select-kit-collection {
|
||||
|
|
Loading…
Reference in New Issue
Block a user