瀏覽代碼

Tests: Make the editor reasonably narrow (to avoid issues with super huge media embeds and images). [skip ci]

Piotrek Koszuliński 7 年之前
父節點
當前提交
a2a6c477f1
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      packages/ckeditor5-core/tests/manual/article.html

+ 8 - 0
packages/ckeditor5-core/tests/manual/article.html

@@ -1,3 +1,11 @@
+<head>
+	<style>
+		body {
+			max-width: 800px;
+			margin: 20px auto;
+		}
+	</style>
+</head>
 <div id="editor">
 	<h2>Heading 1</h2>
 	<p>Paragraph</p>