瀏覽代碼

Tests: Added some spacing to the toolbar grouping manual test to make dropdown position testing way easier.

Aleksander Nowodzinski 6 年之前
父節點
當前提交
45c77a1b8d
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      packages/ckeditor5-ui/tests/manual/toolbar/grouping.html

+ 7 - 0
packages/ckeditor5-ui/tests/manual/toolbar/grouping.html

@@ -9,3 +9,10 @@
 <div id="editor-rtl">
 	<p>Editor content</p>
 </div>
+
+<style>
+	.ck.ck-editor {
+		margin-left: 200px;
+		margin-right: 200px;
+	}
+</style>