Skip to content
Snippets Groups Projects
Commit 4f7056e3 authored by Tuukka Turu's avatar Tuukka Turu
Browse files

Process flowbox description to support html tags

parent 4f631132
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ export class ProcessFlowBox implements ComponentInterface {
</div>
<div class={classContentVariant}>
<h3 class="hy-process-flow-box__title">{this.boxTitle}</h3>
<div class="hy-process-flow-box__description">{this.boxDescription}</div>
<div class="hy-process-flow-box__description" innerHTML={this.boxDescription}></div>
</div>
</div>
<hy-box mb="1.75, 1.75, 2, 2.5" />
......
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