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:
|
HTMLparser_db:
|
||||||
tags:
|
tags:
|
||||||
ol:
|
ol:
|
||||||
allowedAttribs:
|
allowedAttribs: []
|
||||||
- start
|
ul:
|
||||||
|
allowedAttribs: []
|
||||||
code:
|
code:
|
||||||
allowedAttribs: []
|
allowedAttribs: []
|
||||||
pre:
|
pre:
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
body.cke_editable {
|
body.cke_editable {
|
||||||
padding-top: $spacer;
|
padding: {
|
||||||
|
top: $spacer * 2;
|
||||||
|
bottom: $spacer * 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,5 @@
|
||||||
|
|
||||||
@import "components/codeHighlighting";
|
@import "components/codeHighlighting";
|
||||||
@import "components/feedit";
|
@import "components/feedit";
|
||||||
|
@import "components/ckeditor";
|
||||||
@import "components/admonition";
|
@import "components/admonition";
|
||||||
|
|
Loading…
Reference in a new issue