UX: Prevent category dropdown from wrapping count, limit mobile width

This commit is contained in:
Kris 2020-04-13 17:23:37 -04:00
parent b6b92a562c
commit 10c2087a02
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,6 @@
.category-row { .category-row {
.category-status { .category-status {
display: flex; display: flex;
flex-wrap: wrap;
align-items: center; align-items: center;
max-width: 100%; max-width: 100%;
-webkit-box-flex: 0; -webkit-box-flex: 0;

View File

@ -12,6 +12,10 @@
.select-kit-row { .select-kit-row {
font-weight: normal; font-weight: normal;
} }
.category-name {
max-width: 70vw;
}
} }
} }
} }