Make pre in ckeditor visible
This commit is contained in:
parent
04753f82a2
commit
4bb003783c
1 changed files with 6 additions and 0 deletions
|
@ -3,4 +3,10 @@ body.cke_editable {
|
||||||
top: $spacer * 2;
|
top: $spacer * 2;
|
||||||
bottom: $spacer * 2;
|
bottom: $spacer * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background: $black-dark;
|
||||||
|
color: $white-dark;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue