浏览代码

Made the manual tests reasonably wide.

Piotrek Koszuliński 7 年之前
父节点
当前提交
611fc19886

+ 4 - 0
packages/ckeditor5-media-embed/tests/manual/mediaembed.html

@@ -2,6 +2,10 @@
 	input {
 		width: 500px;
 	}
+
+	body {
+		width: 700px;
+	}
 </style>
 
 <h2>Example URLs</h2>

+ 4 - 0
packages/ckeditor5-media-embed/tests/manual/semanticmediaembed.html

@@ -2,6 +2,10 @@
 	input {
 		width: 500px;
 	}
+
+	body {
+		width: 700px;
+	}
 </style>
 
 <h2>Example URLs</h2>