-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Check box is not center aligned in form #823
Comments
add this to your css
|
When I added it I thought people would be using the label inside the .ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.fitted.checkbox {
margin-top: 0.7rem;
} I'm not sure, because this seems like a somewhat small exception. Here's an updated fiddle https://jsfiddle.net/Luhzqgn9/ |
With slight adjustments of @GammaGames ' fiddle it doesn't even need the .ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) label + .ui.checkbox {
margin-top: 0.7rem;
} See https://jsfiddle.net/4poqja0t/ Who volunteers for a PR ? 😉 |
@lubber-de , @GammaGames , @maidzen Its working Thanks |
Bug Report
In the fiddle i created four fields form and in that 3 text field and one check box, in that checkbox is not aligned properly, below the details to reproduce the issue
Steps to reproduce
Expected result
( OR )
Actual result
Please help me to fix the issue with label and center aligned check box, Thanks
Testcase
https://jsfiddle.net/hajanajubudeen88/n092dprh/11/
The text was updated successfully, but these errors were encountered: