Преглед изворни кода

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;