Skip to content

Commit

Permalink
fix: fieldset description text (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Oct 5, 2023
1 parent f94be70 commit 2d86f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/admin/includes/fieldset.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2 class="bg-gray-100 border border-transparent font-semibold mb-6 px-4 py-3 ro
{% endif %}

{% if fieldset.description %}
<div class="description">
<div class="leading-relaxed mb-4 max-w-4xl text-sm">
{{ fieldset.description|safe }}
</div>
{% endif %}
Expand Down

0 comments on commit 2d86f11

Please sign in to comment.