mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'MDL-71537-master' of https://github.com/NashTechOpenUniversity/moodle
This commit is contained in:
commit
33666c1b5f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user