Browse Source

Changed a position of "horizontalRule" button in the toolbar.

Kamil Piechaczek 6 years ago
parent
commit
1f05ed939a

+ 1 - 2
packages/ckeditor5-horizontal-line/docs/_snippets/features/horizontal-rule.js

@@ -27,11 +27,10 @@ ClassicEditor
 				'imageUpload',
 				'mediaEmbed',
 				'insertTable',
+				'horizontalRule',
 				'|',
 				'undo',
 				'redo',
-				'|',
-				'horizontalRule'
 			],
 			viewportTopOffset: window.getViewportTopOffsetConfig()
 		},