Parcourir la source

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

Aleksander Nowodzinski il y a 9 ans
Parent
commit
8b581e1d93
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-ui/src/editorui/editoruiview.js

+ 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'
 			}
 		} );