-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Multiple choice checkbox displays on one line #108
Comments
…oice select boxes.
Good catch ! Could we use something like this instead ? https://getbootstrap.com/docs/4.0/components/input-group/#checkboxes-and-radios. Or maybe django boostrap form "crispy" |
I was actually going to suggest creating a boostrap4 branch as the current repo makes use of bootstrap3 (I did a quick once over and there were only one or two CSS selectors that should/would need updating). I would propose going a step further and creating a more accessible stylesheet than the current implementation. The grey backdrop doesn't meet the contrast ratio required for WCAG 3 accessibility guidelines - I know this is a minor suggestion, possibly due to use case (patient research)/HIPAA compliance background, but it can't hurt? If this is something that you would be interested in pursuing I would happily contribute to this end! |
Sure thing, let's do this in another pull request than polish translation, so I can merge polish and I created #109. |
Using a large list of multiple select options incorrectly displays choices on one line:
Adding a
<br>
tag within the for loop in the questions.html template resolves this display issue:I am guessing it is due to wrapping and some CSS somewhere, but I've not had the chance to look into it quite yet.
The text was updated successfully, but these errors were encountered: