Closed cristianovallory closed 11 years ago
In the flie there is import form elements. I just added height:auto.
It should resize. Try adding
textarea {
resize:vertical;
}
Also it helps if you say your version and browser in your question.
you should have an own css file to override it, using:
textarea
{
height: inherit;
}
worx fine for me
textarea not resizing. I did that putting height:auto instead of be fixed. It was height: 2.3125em;
Being fixed the rows tag did not work.
The file; scss/foundation/components/_forms.scss