Skip to content

Commit

Permalink
MDL-40790 lesson: Lesson content button runs off the edge of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Geshoski committed Dec 8, 2017
1 parent 1402bb2 commit df6bdbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/boost/scss/moodle/modules.scss
Expand Up @@ -237,6 +237,9 @@ div#dock {
.path-mod-lesson .invisiblefieldset.fieldsetfix {
display: block;
}
#page-mod-lesson-view .branchbuttoncontainer .singlebutton button[type="submit"] {
white-space: normal;
}

.path-mod-wiki .wiki_headingtitle,
.path-mod-wiki .midpad,
Expand Down
3 changes: 3 additions & 0 deletions theme/bootstrapbase/less/moodle/modules.less
Expand Up @@ -455,6 +455,9 @@ div#dock {
#page-mod-lesson-view .password-form .submitbutton {
display: inline;
}
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
white-space: normal;
}
.path-mod-lesson .reviewessay {
width: 40%;
border: 1px solid #ddd;
Expand Down
3 changes: 3 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -17463,6 +17463,9 @@ div#dock {
#page-mod-lesson-view .password-form .submitbutton {
display: inline;
}
#page-mod-lesson-view .branchbuttoncontainer .singlebutton input[type="submit"] {
white-space: normal;
}
.path-mod-lesson .reviewessay {
width: 40%;
border: 1px solid #ddd;
Expand Down

0 comments on commit df6bdbc

Please sign in to comment.