set max-width for textarea

pull/74/head
SimaQ 10 years ago
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…
Cancel
Save