Commit e60bf404 by Tim Krones

Override layout of choice label in Apros theme to make it match specs from QA team.

parent da68b616
...@@ -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