MDL-42699 TinyMCE: adding padding to editor content in clean

This commit is contained in:
Jason Fowler
2013-11-11 12:18:14 +08:00
committed by Damyon Wiese
parent b180048946
commit 8bb68e0d23
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -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