-
-
Notifications
You must be signed in to change notification settings - Fork 13
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: Make checkbox gaps slightly wider #644
Comments
Assigning to Marc in reference to https://github.com/xenharmonic-devs/scale-workshop/pull/642/files#r1562023627 . |
copying the comment to contoinue discussion here: |
what class name should be given to labels that fall to the right of an input (checkbox, radio button, number) : these need a gap to the left of the text? |
I don't think they need a name. CSS rules should be able to specify label elements within a checkbox container. |
PR was #654 |
Some of the
<label>
elements have explicit space characters in them. This doesn't look neat in template code. The gap should be controlled by CSS alone.The text was updated successfully, but these errors were encountered: