-
Notifications
You must be signed in to change notification settings - Fork 4.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
".ui.form .divider" rule breaks ".ui.vertical.divider" #3092
Comments
Please create a test case so I can evaluate the bug. There is a jsfiddle to fork in the readme |
Here's the fiddle. Edit: excuse my self-closing tags, too much time spent writing JSX. |
Thanks, this is clearly a bug |
Btw, it's not only about "vertical" rule. E.g. "fitted" rule is also broken. |
Should be solved in |
As the subject line says. There is a rule in
form.css
that adds a margin to all.divider
inside.ui.form
which messes up.ui.vertical
divider alignment. Consider using:not(.ui)
or:not(.vertical)
in theform.css
rule.The text was updated successfully, but these errors were encountered: