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

Button alignment in form after textarea #90

Closed
AurelioDeRosa opened this issue Jun 11, 2013 · 2 comments
Closed

Button alignment in form after textarea #90

AurelioDeRosa opened this issue Jun 11, 2013 · 2 comments
Labels
Milestone

Comments

@AurelioDeRosa
Copy link
Contributor

Hello.
In a stacked form, the submit button should be in a new "row" whatever the element that precede it. While it works as expected with an <input> element, this doesn't happen if there is a <textarea>.

This demo shows the issue: http://jsfiddle.net/9QANW/

@AurelioDeRosa
Copy link
Contributor Author

This issue can be solved by adding display: block to .pure-form.pure-form-stacked textarea. It can be added to the following selectors list:

.pure-form.pure-form-stacked input[type=text],
.pure-form.pure-form-stacked select,
.pure-form.pure-form-stacked label

@tilomitra
Copy link
Contributor

Thanks for spotting yet another issue! 😄 We'll fix this in the next release.

This was referenced Jun 18, 2013
tilomitra pushed a commit that referenced this issue Jun 20, 2013
Added explanation for commit 297c5ba that fix issue #90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants