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

.pure-form-aligned textarea --> vertical align not on top? #174

Closed
ItsAsbreuk opened this issue Aug 25, 2013 · 3 comments
Closed

.pure-form-aligned textarea --> vertical align not on top? #174

ItsAsbreuk opened this issue Aug 25, 2013 · 3 comments
Milestone

Comments

@ItsAsbreuk
Copy link

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.

@lkraav
Copy link
Collaborator

lkraav commented Aug 25, 2013

+1 from here, have thought the same

@tilomitra
Copy link
Contributor

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.

@ericf
Copy link
Collaborator

ericf commented Nov 6, 2013

Closing…merged #175

@ericf ericf closed this as completed Nov 6, 2013
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

No branches or pull requests

4 participants