8
0
Quellcode durchsuchen

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

Aleksander Nowodzinski vor 6 Jahren
Ursprung
Commit
f56cecb0fa

+ 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;