fix date picker Select alignment (#3392)

This commit is contained in:
Grace Guo 2017-08-29 19:08:54 -07:00 committed by Maxime Beauchemin
parent a782d623f0
commit c3ab796734
1 changed files with 9 additions and 0 deletions

View File

@ -91,3 +91,12 @@
display: inline-block;
padding-right: 3px;
}
.input-inline .Select-control {
display: flex;
}
.input-inline .Select-control .Select-arrow-zone {
width: auto;
position: absolute;
right: 0;
top: 12px;
}