Merge pull request #17347 from ant-design/fix-mentions-height

fix(Mentions): Incorrect line-height from .input() style
This commit is contained in:
偏右 2019-06-28 10:51:01 +08:00 committed by GitHub
commit 92f18f32f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
position: relative;
display: inline-block;
height: auto;
line-height: unset;
padding: 0;
overflow: hidden;
white-space: pre-wrap;