FIX: default select-box-row should be aligned vertically
This commit is contained in:
parent
0374dc1a0e
commit
70d0e175a2
|
@ -147,6 +147,7 @@
|
|||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
|
|
Loading…
Reference in New Issue