Browse Source

optimize TextArea autosize animation

pull/7640/head
afc163 7 years ago
parent
commit
c5f56b9db3
  1. 1
      components/input/style/mixin.less

1
components/input/style/mixin.less

@ -71,6 +71,7 @@
max-width: 100%; // prevent textearea resize from coming out of its container max-width: 100%; // prevent textearea resize from coming out of its container
height: auto; height: auto;
vertical-align: bottom; vertical-align: bottom;
transition: all .3s, height 0s;
} }
// Size // Size

Loading…
Cancel
Save