Skip to content

Commit

Permalink
Merge branch 'MDL-71537-310' of https://github.com/NashTechOpenUniver…
Browse files Browse the repository at this point in the history
…sity/moodle into MOODLE_310_STABLE
  • Loading branch information
stronk7 committed Jul 6, 2021
2 parents 5cf7b4b + adedf35 commit 98b86f7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions admin/tool/usertours/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,16 @@ span[data-flexitour="container"].orphan div[data-role="arrow"] {
display: block;
padding: 1em;
}

@media (max-width: 575.98px) {
span[data-flexitour="container"] {
margin-left: 10px;
}
span[data-flexitour="container"] .modal-content {
overflow-y: initial;
}
span[data-flexitour="container"].orphan {
margin-left: 5px;
margin-right: 5px;
}
}

0 comments on commit 98b86f7

Please sign in to comment.