Skip to content

Commit

Permalink
lexa-input needs to be in a div
Browse files Browse the repository at this point in the history
  • Loading branch information
winnidat committed Oct 15, 2024
1 parent ee37229 commit 3b6e253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/local_wb_news/wb_news_timeline_card2.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<img src="{{headerimage}}" alt="Step Image" class="img-fluid mb-3">
<div>
<h4 class="mb-3-lexa">{{headline}}</h4>
<p class="lexa-input">{{{description}}}</p>
<div class="lexa-input">{{{description}}}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 3b6e253

Please sign in to comment.