update Input textarea style

This commit is contained in:
梁灏 2018-01-23 10:14:56 +08:00
parent 11867c87a7
commit 076148112f
3 changed files with 7 additions and 20 deletions

View file

@ -72,6 +72,7 @@
textarea& {
max-width: 100%;
height: auto;
min-height: @input-height-base;
vertical-align: bottom;
font-size: @font-size-base;
}