Commit a4cc464c by Tim Krones Committed by GitHub

Merge pull request #141 from open-craft/long-choices-width

Override layout of choice label in Apros theme
parents da68b616 e60bf404
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
box-sizing: content-box; /* Avoid a global reset to border-box found on Apros */ box-sizing: content-box; /* Avoid a global reset to border-box found on Apros */
} }
.mentoring .questionnaire .choice-label {
width: 100%
}
.themed-xblock.mentoring .choices-list .choice-selector { .themed-xblock.mentoring .choices-list .choice-selector {
padding: 4px 3px 0 3px; padding: 4px 3px 0 3px;
font-size: 16px; font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment