소스 검색

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>