Skip to content
Snippets Groups Projects
Commit 5f19c5d4 authored by Tirupati Singh's avatar Tirupati Singh Committed by Shelane French
Browse files

Issue #3472786 by tirupati_singh, marc.bau: Cards template: Incorrect class used for row.content

parent cd19eded
No related branches found
No related tags found
1 merge request!29Issue #3472786: Fixed the cards template incorrect class issue.
Pipeline #279342 passed with warnings
......@@ -25,7 +25,7 @@
<h5 class="card-title">{{ row.title }}</h5>
{% endif %}
{% if row.content %}
<div class="card-body">
<div class="card-text">
{{- row.content -}}
</div>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment