瀏覽代碼

Docs: The sample URL inputs in the feature guide should not break the layout of the page when the viewport is narrow. Closes ckeditor/ckeditor5#1324. [skip ci]

Aleksander Nowodzinski 7 年之前
父節點
當前提交
3868abd47c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.html

+ 2 - 1
packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.html

@@ -30,7 +30,8 @@
 		margin: 0;
 	}
 
+	/* https://github.com/ckeditor/ckeditor5/issues/1324 */
 	input.example-input {
-		min-width: 600px;
+		min-width: 500px;
 	}
 </style>