UX: Prevent category dropdown from wrapping count, limit mobile width
This commit is contained in:
parent
b6b92a562c
commit
10c2087a02
|
@ -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;
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
.select-kit-row {
|
.select-kit-row {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-name {
|
||||||
|
max-width: 70vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue