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 {
|
.select-kit {
|
||||||
.category-row {
|
.category-row {
|
||||||
|
max-width: 320px;
|
||||||
.category-status {
|
.category-status {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit-collection {
|
.select-kit-collection {
|
||||||
|
|
Loading…
Reference in New Issue