fix(field): adjust height in textarea (#3383)

This commit is contained in:
rex 2020-07-14 19:41:30 +08:00 committed by GitHub
parent 0f65ed110c
commit 20d1f2ede0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@
align-items: center;
&--textarea {
box-sizing: border-box;
padding: 3.6px 0;
line-height: 1.2em;
.theme(min-height, '@cell-line-height');
}