mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
optimize TextArea autosize animation
This commit is contained in:
parent
b651579c1b
commit
c5f56b9db3
@ -71,6 +71,7 @@
|
||||
max-width: 100%; // prevent textearea resize from coming out of its container
|
||||
height: auto;
|
||||
vertical-align: bottom;
|
||||
transition: all .3s, height 0s;
|
||||
}
|
||||
|
||||
// Size
|
||||
|
Loading…
Reference in New Issue
Block a user