mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-71537-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
f70a99543d
1 changed files with 13 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue