fix: make Mention autosize height by default, close: #9068 (#9307)

This commit is contained in:
Benjy Cui 2018-02-08 23:50:42 +08:00 committed by 偏右
parent 2411bdb7b7
commit 44063967a1

View File

@ -13,6 +13,8 @@
.@{mention-prefix-cls}-editor {
.input;
min-height: @input-height-base;
height: auto; // To override height in .input mixin
line-height: @line-height-base;
padding: 0;
display: block;