Merge pull request #113 from eitchtee/dev

feat: gracefully handle bigger title on info cards
This commit is contained in:
Herculino Trotta
2025-01-31 01:20:09 -03:00
committed by GitHub

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>