Skip to content
Snippets Groups Projects
Commit d54d1395 authored by Ekaterina Kondareva's avatar Ekaterina Kondareva
Browse files

Merge branch 'NXSTAGE-1122-filtered-process-flow-box-description' into 'development'

Process flowbox description to support html tags

See merge request julkiset-sivut/design-system-lib!122
parents 75c1fd7a 4f7056e3
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