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-status {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
max-width: 100%;
|
||||
-webkit-box-flex: 0;
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
.select-kit-row {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.category-name {
|
||||
max-width: 70vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue