mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 06:48:46 +02:00
MDL-62935 boost: slideshow view page overflow
This commit is contained in:
parent
0180369b27
commit
1deead46cc
@ -237,6 +237,10 @@ div#dock {
|
||||
.path-mod-lesson .form-inline label.form-check-label {
|
||||
display: inline-block;
|
||||
}
|
||||
.path-mod-lesson .slideshow {
|
||||
overflow: auto;
|
||||
padding: 15px;
|
||||
}
|
||||
#page-mod-lesson-view .branchbuttoncontainer .singlebutton button[type="submit"] {
|
||||
white-space: normal;
|
||||
}
|
||||
|
@ -15411,6 +15411,10 @@ div#dock {
|
||||
.path-mod-lesson .form-inline label.form-check-label {
|
||||
display: inline-block; }
|
||||
|
||||
.path-mod-lesson .slideshow {
|
||||
overflow: auto;
|
||||
padding: 15px; }
|
||||
|
||||
#page-mod-lesson-view .branchbuttoncontainer .singlebutton button[type="submit"] {
|
||||
white-space: normal; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user