feat: gracefully handle bigger title on info cards

This commit is contained in:
Herculino Trotta
2025-01-31 01:19:28 -03:00
parent 5abd0b8d3c
commit 7b77f6f363

View File

@@ -3,7 +3,7 @@
<i class="{{ icon }}"></i>
</div>
<div class="card-body">
<h5 class="tw-text-{{ color }}-400 fw-bold" {{ attrs }}>{{ title }}{% if help_text %}{% include 'includes/help_icon.html' with content=help_text %}{% endif %}</h5>
<h5 class="tw-text-{{ color }}-400 fw-bold tw-mr-[50px]" {{ attrs }}>{{ title }}{% if help_text %}{% include 'includes/help_icon.html' with content=help_text %}{% endif %}</h5>
{{ slot }}
</div>
</div>