Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Enabled text wrapping to the new line in the decorators demo ou…
Browse files Browse the repository at this point in the history
…tput. Closes #236.
  • Loading branch information
oleq committed Jul 4, 2019
1 parent b1b157f commit 633c649
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_snippets/features/linkdecorators.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 633c649

Please sign in to comment.