FIX: css regression on select-box
This commit is contained in:
parent
1bcfa87d18
commit
98c6c7e35a
|
@ -1,8 +1,11 @@
|
||||||
.category-select-box {
|
.select-box.category-select-box {
|
||||||
.select-box-row {
|
.select-box-row {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: flex-start;
|
||||||
|
-ms-flex-align: flex-start;
|
||||||
|
align-items: flex-start;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-box-direction: normal;
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue