Merge branch 'MDL-41891_master' of https://github.com/nadavkav/moodle
This commit is contained in:
@@ -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
Reference in New Issue
Block a user