@@ -44,3 +44,10 @@
</figure>
<p> </p>
</div>
+
+<style>
+ .ck-content h2 {
+ border-bottom: none;
+ margin-bottom: 0;
+ }
+</style>
@@ -21,24 +21,23 @@ ClassicEditor
'|',
'bold',
'italic',
- '|',
- 'alignment',
'bulletedList',
'numberedList',
'outdent',
'indent',
+ 'alignment',
+ '|',
+ 'horizontalLine',
'blockQuote',
'link',
'imageUpload',
'mediaEmbed',
'insertTable',
- 'horizontalLine',
'undo',
- 'redo',
+ 'redo'
],
viewportTopOffset: window.getViewportTopOffsetConfig()
},