mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Inner content of a row could have no max-width and be very large (#9532)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user