We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You might not agree, or it was a slip of the pen. However, I feel that the next css
.pure-form-aligned textarea { vertical-align: middle; }
should change into:
.pure-form-aligned textarea { vertical-align: top; }
That is, only for textarea's. When you have a big sized textarea, it is awful to find its label somewhere in the middle. But it's a matter of taste.
Best Regards, Marco.
The text was updated successfully, but these errors were encountered:
+1 from here, have thought the same
Sorry, something went wrong.
Yeah, I agree with you guys. Can someone send a pull request with this change and a corresponding HISTORY.md update?
Sent from my iPhone
On Aug 25, 2013, at 3:52 PM, Leho Kraav [email protected] wrote:
+1 from here, have thought the same — Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHub.
vertical-align: top;
.pure-form-aligned textarea
Closing…merged #175
No branches or pull requests
You might not agree, or it was a slip of the pen.
However, I feel that the next css
should change into:
That is, only for textarea's. When you have a big sized textarea, it is awful to find its label somewhere in the middle. But it's a matter of taste.
Best Regards,
Marco.
The text was updated successfully, but these errors were encountered: