mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-41891_master' of https://github.com/nadavkav/moodle
This commit is contained in:
commit
e8bb3c3fa6
2 changed files with 9 additions and 1 deletions
|
@ -2229,3 +2229,11 @@ body.lockscroll {
|
|||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dir-rtl {
|
||||
// Bootstrap sets right margin to 0. Fail.
|
||||
// They set left margin to 25px so we will copy that.
|
||||
ul, ol {
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue