fix affix input height, ref #6144

This commit is contained in:
afc163 2017-05-18 15:07:34 +08:00
parent b887ad8e54
commit 7cde9c8ffe

View File

@ -19,6 +19,6 @@
// https://github.com/ant-design/ant-design/issues/6144
.@{ant-prefix}-input {
height: 100%;
min-height: 100%; // use min-height, assume that no smaller height to override
}
}