FIX: default select-box-row should be aligned vertically

This commit is contained in:
Joffrey JAFFEUX 2017-09-07 17:03:48 +02:00 committed by GitHub
parent 0374dc1a0e
commit 70d0e175a2
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
align-items: center;
-webkit-box-pack: start; -webkit-box-pack: start;
-ms-flex-pack: start; -ms-flex-pack: start;
justify-content: flex-start; justify-content: flex-start;