From e60bf404a109b4a8aa5af2227ba70e01fdd7e902 Mon Sep 17 00:00:00 2001 From: Tim Krones Date: Thu, 9 Feb 2017 11:51:30 +0100 Subject: [PATCH] Override layout of choice label in Apros theme to make it match specs from QA team. --- problem_builder/public/themes/apros.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/problem_builder/public/themes/apros.css b/problem_builder/public/themes/apros.css index 176b07fe..30cfc5d8 100644 --- a/problem_builder/public/themes/apros.css +++ b/problem_builder/public/themes/apros.css @@ -3,6 +3,10 @@ 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 { padding: 4px 3px 0 3px; font-size: 16px;