MDL-42699 TinyMCE: adding padding to editor content in clean
This commit is contained in:
committed by
Damyon Wiese
parent
b180048946
commit
8bb68e0d23
@@ -29,3 +29,6 @@
|
||||
|
||||
// Utility classes.
|
||||
@import "bootstrap/utilities.less"; // Has to be last to override when necessary.
|
||||
|
||||
// Moodle override.
|
||||
@import "moodle/editor.less"; // The final override.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
// Over ride bootstrap editor CSS.
|
||||
|
||||
body {
|
||||
margin: 8px;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user