8
0
Просмотр исходного кода

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

Aleksander Nowodzinski 9 лет назад
Родитель
Сommit
8b581e1d93
1 измененных файлов с 1 добавлено и 1 удалено
  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'
 			}
 		} );