Fix the issue when you have a big sized textarea and its label appears aligned to the middle

This commit is contained in:
Ricardo Torres 2013-08-25 21:12:56 -03:00
parent a89eb87d79
commit 26ff82efc7

View File

@ -165,7 +165,6 @@
*zoom: 1;
vertical-align: middle;
}
.pure-form-aligned textarea {
vertical-align: top;
}