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:08:40 -03:00
parent 43a950289d
commit 44d577192e

View File

@ -166,6 +166,10 @@
vertical-align: middle;
}
.pure-form-aligned textarea {
vertical-align: top;
}
/* Aligned Forms */
.pure-form-aligned .pure-control-group {
margin-bottom: 0.5em;