Reputation: 19358
check out this and if you click on one of the inputs at the top some jquery will happen. Now you can see my issue, which is the text "Message:" should be aligned with the top of the textarea to its right.
Thanks!!
Upvotes: 0
Views: 1447
Reputation: 15794
This bit of css applied to the textarea works:
CSS
vertical-align: top;
Upvotes: 1