should be only working on input ref, #4987

This commit is contained in:
afc163 2017-02-22 21:28:53 +08:00
parent d8fb282088
commit 27717483a7

View File

@ -20,7 +20,7 @@
// chrome only hack, fix https://github.com/ant-design/ant-design/issues/4987
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
.@{ant-prefix}-input {
input.@{ant-prefix}-input {
line-height: inherit;
}
}