浏览代码

Docs: Added some comment to the snippet styles for the next generations.

Aleksander Nowodzinski 6 年之前
父节点
当前提交
f56cecb0fa
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-link/docs/_snippets/features/linkdecorators.html

+ 4 - 0
packages/ckeditor5-link/docs/_snippets/features/linkdecorators.html

@@ -10,6 +10,10 @@
 </pre>
 
 <style>
+	/*
+	 * The output is easier to read when it wraps to the next line.
+	 * See https://github.com/ckeditor/ckeditor5-link/issues/236.
+	 */
 	#output-link-decorators {
 		overflow: hidden;
 		white-space: normal;