-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Using .form-stacked appears to break ability to use multi-column forms #78
Comments
@rufhausen do you mean breaking up .form-stacked form's into multiple columns is impossible? If it's not, I am not aware of how to do it. But I am definitely wasting precious real estate with one column, .form-stacked form. Especially with a registration with a lot of fields. |
Have you got a reduced test case? What browser? etc. |
Well, actually, I just played with it some more and now it appears to be working. Not sure what I was doing wrong before. |
@rufhausen how did you split up the form into multiple layouts? |
Actually, I think my issue had something to do with Chrome not honoring :first-child and adding a 20px margin-left to the first column. I used the alternative CSS here (#56) to address that.
|
When applying .form-stacked to the form tag, multi-column layouts appear to become broken. Removing .form-stacked resolves this. However, stacked forms are a big help when page width is at a premium, which is especially true when using multiple columns in a form.
Thanks.
The text was updated successfully, but these errors were encountered: