FIX: Inner content of a row could have no max-width and be very large (#9532)

This commit is contained in:
Joffrey JAFFEUX
2020-04-23 19:18:01 +02:00
committed by GitHub
parent 060eb06a4f
commit 82b43451b3
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
.select-kit {
.category-row {
max-width: 320px;
.category-status {
display: flex;
align-items: center;

View File

@@ -27,6 +27,7 @@
top: 0;
align-items: center;
justify-content: center;
max-width: 400px;
}
.select-kit-collection {