How to avoid long answers going below checkbox/radio-botton?
-
Hi,
Thank you for your work on this quiz module!
If the answer is longer than the element containing a quiz, the whole answer goes below checkbox/radio-button (cf. e.g. question 4 with several long answers on the linked page).
As far as I can see, it should be done by removing ‘display’ directive from this place:
.quiz-form label { display: inline-block !important; max-width: calc(100% - 2.25em); vertical-align: text-top; }
but I can’t find a way to override it.
Even then the result is not optimal, since the answer gets wrapped around radio-button.
Do you have any suggestions how this problem should be resolved?
Thanks in advance.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to avoid long answers going below checkbox/radio-botton?’ is closed to new replies.