Przeglądaj źródła

Added ck-reset-all class to EditorUIView "body" region.

Aleksander Nowodzinski 9 lat temu
rodzic
commit
8b581e1d93

+ 1 - 1
packages/ckeditor5-ui/src/editorui/editoruiview.js

@@ -44,7 +44,7 @@ export default class EditorUIView extends View {
 
 		this.applyTemplateToElement( bodyElement, {
 			attributes: {
-				class: 'ck-body'
+				class: 'ck-body ck-reset-all'
 			}
 		} );