Commit 4d10298c by Tim Krones

Add padding on the right-hand side of choice labels to fix display of choice tips in LMS theme.

parent f94d3663
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
.mentoring .choices-list .choice-label-text { .mentoring .choices-list .choice-label-text {
display: table-cell; display: table-cell;
padding-left: 0.4em; padding-left: 0.4em;
padding-right: 0.4em;
} }
.mentoring .choice-tips-container, .mentoring .choice-tips-container,
......
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