Skip to content

Commit

Permalink
MDL-42699 TinyMCE: adding padding to editor content in clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr authored and Damyon Wiese committed Nov 11, 2013
1 parent b180048 commit 8bb68e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions theme/bootstrapbase/less/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions theme/bootstrapbase/less/moodle/editor.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Over ride bootstrap editor CSS.

body {
margin: 8px;
}
Loading

0 comments on commit 8bb68e0

Please sign in to comment.