8
0
فهرست منبع

Docs: Enabled text wrapping to the new line in the decorators demo output. Closes #236.

Aleksander Nowodzinski 6 سال پیش
والد
کامیت
86da0818ce
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      packages/ckeditor5-link/docs/_snippets/features/linkdecorators.html

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

@@ -8,3 +8,11 @@
 <pre class="highlight">
 	<code class="html hljs" id="output-link-decorators"></code>
 </pre>
+
+<style>
+	#output-link-decorators {
+		overflow: hidden;
+		white-space: normal;
+		word-break: break-all;
+	}
+</style>