Преглед на файлове

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>