Skip to content

Commit

Permalink
MDL-39486 lesson: Length of label text too narrow in matching questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Geshoski committed May 25, 2018
1 parent 9cf74e2 commit 27b62bb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/bootstrapbase/less/moodle/modules.less
Expand Up @@ -414,6 +414,16 @@ div#dock {
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
white-space: normal;
}
#page-mod-lesson-view .answeroption .fitemtitle {
width: 30%;
text-align: left;
}
#page-mod-lesson-view .answeroption .fitemtitle label {
padding-right: 15px;
}
#page-mod-lesson-view .fitem .felement {
margin-left: 30%;
}
.path-mod-lesson .reviewessay {
width: 40%;
border: 1px solid #ddd;
Expand Down
10 changes: 10 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -17588,6 +17588,16 @@ div#dock {
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
white-space: normal;
}
#page-mod-lesson-view .answeroption .fitemtitle {
width: 30%;
text-align: left;
}
#page-mod-lesson-view .answeroption .fitemtitle label {
padding-right: 15px;
}
#page-mod-lesson-view .fitem .felement {
margin-left: 30%;
}
.path-mod-lesson .reviewessay {
width: 40%;
border: 1px solid #ddd;
Expand Down

0 comments on commit 27b62bb

Please sign in to comment.