瀏覽代碼

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>