8
0
فهرست منبع

Using .ck-rounded-corners in BoxedEditorUIView. Because it is nice.

Aleksander Nowodzinski 9 سال پیش
والد
کامیت
97af5cf067
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      packages/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js

+ 5 - 1
packages/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js

@@ -31,7 +31,11 @@ export default class BoxedEditorUIView extends EditorUIView {
 			tag: 'div',
 
 			attributes: {
-				class: 'ck-reset ck-editor',
+				class: [
+					'ck-reset',
+					'ck-editor',
+					'ck-rounded-corners'
+				],
 				role: 'application',
 				dir: 'ltr',
 				lang: locale.lang,