瀏覽代碼

Renamed .ck-editor-editable to .ck-editor-main. Added basic styles for .ck-editor__editable_inline.

Aleksander Nowodzinski 9 年之前
父節點
當前提交
7d67b97305
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      packages/ckeditor5-theme-lark/theme/components/editor.scss

+ 6 - 2
packages/ckeditor5-theme-lark/theme/components/editor.scss

@@ -11,10 +11,9 @@
 		}
 	}
 
-	.ck-editor-editable {
+	.ck-editor-main {
 		background: ck-color();
 		overflow: hidden;
-		padding: ck-spacing();
 	}
 
 	.ck-editor-bottom {
@@ -24,6 +23,11 @@
 
 		padding: ck-spacing();
 	}
+
+	.ck-editor__editable_inline {
+		overflow: auto;
+		padding: 0 ck-spacing();
+	}
 }
 
 .ck-editor,