Skip to content
Snippets Groups Projects
Commit c0148229 authored by David Trattnig's avatar David Trattnig
Browse files

fix: wrap text due to content tag issue #32

parent eba6d00b
No related branches found
No related tags found
No related merge requests found
Pipeline #2593 passed
......@@ -151,10 +151,12 @@
<Content class="col-description">
{#if show.description}
<Display
value={show.description}
{renderhtml}
renderLinks={true} />
<div>
<Display
value={show.description}
{renderhtml}
renderLinks={true} />
</div>
{/if}
</Content>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment