Sfoglia il codice sorgente

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

Aleksander Nowodzinski 9 anni fa
parent
commit
8b581e1d93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'
 			}
 		} );