Skip to content
New issue

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

Fix #174 by setting vertical-align: top; to .pure-form-aligned textarea #175

Merged
merged 4 commits into from
Nov 6, 2013
Merged

Fix #174 by setting vertical-align: top; to .pure-form-aligned textarea #175

merged 4 commits into from
Nov 6, 2013

Conversation

rictorres
Copy link
Contributor

By adding:

.pure-form-aligned textarea {
  vertical-align: top;
}

It fixes the following issue: "when you have a big sized textarea, it is awful to find its label somewhere in the middle." (#174)

@tilomitra
Copy link
Contributor

Thanks @rictorres. We'll pull this into the next Pure release.

@rictorres
Copy link
Contributor Author

Cool!

Sent from my iPhone

On 29/08/2013, at 12:30, Tilo [email protected] wrote:

Thanks @rictorres. We'll pull this into the next Pure release.


Reply to this email directly or view it on GitHub.

@ericf ericf merged commit 26ff82e into pure-css:master Nov 6, 2013
@rictorres rictorres deleted the textarea-vtop branch November 28, 2013 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants