Fix slight difference placeholder between Input and Select

close #4987
This commit is contained in:
afc163 2017-02-21 22:45:56 +08:00
parent 7d982ddfd4
commit f0a4afd388

View File

@ -144,8 +144,8 @@
&-selection__rendered {
display: block;
margin-left: 8px;
margin-right: 8px;
margin-left: 7px;
margin-right: 7px;
position: relative;
line-height: @input-height-base - 2px;
// https://github.com/ant-design/ant-design/issues/3481#issuecomment-254721026