mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
set max-width for textarea
This commit is contained in:
parent
0bd869bbc2
commit
70d2a21755
@ -67,6 +67,7 @@
|
||||
|
||||
// Reset height for `textarea`s
|
||||
textarea& {
|
||||
max-width: 100%; // prevent textearea resize from coming out of its container
|
||||
height: auto;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user