Internal: Moved visual horizontal rule styles to ckeditor5-theme-lark. Closes #8.
@@ -3,10 +3,9 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
-.ck .ck-horizontal-rule {
- /* Handle proper `<hr>` display next to elements with `float` property, e.g. side image case. */
+.ck-editor__editable .ck-horizontal-rule {
+ /* Necessary to render properly next to floated objects, e.g. side image case. */
overflow: hidden;
- padding: 5px 0;
}
.ck-content hr {