Improve rte
This commit is contained in:
parent
5eb0477f71
commit
249d49aaaa
3 changed files with 8 additions and 3 deletions
|
@ -56,8 +56,9 @@ processing:
|
|||
HTMLparser_db:
|
||||
tags:
|
||||
ol:
|
||||
allowedAttribs:
|
||||
- start
|
||||
allowedAttribs: []
|
||||
ul:
|
||||
allowedAttribs: []
|
||||
code:
|
||||
allowedAttribs: []
|
||||
pre:
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
body.cke_editable {
|
||||
padding-top: $spacer;
|
||||
padding: {
|
||||
top: $spacer * 2;
|
||||
bottom: $spacer * 2;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,4 +13,5 @@
|
|||
|
||||
@import "components/codeHighlighting";
|
||||
@import "components/feedit";
|
||||
@import "components/ckeditor";
|
||||
@import "components/admonition";
|
||||
|
|
Loading…
Reference in a new issue