Skip to content

Commit 2768bc2

Browse files
authored
Fix font size for InlineCheckboxes
1 parent 578ca3e commit 2768bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crispy_bootstrap5/templates/bootstrap5/layout/checkboxselectmultiple_inline.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% if field.label %}
77
<fieldset{% if field.aria_describedby %} aria-describedby="{{ field.aria_describedby }}"{% endif %}{% if 'form-horizontal' in form_class %} class="row"{% endif %}>
8-
<legend for="{{ field.id_for_label }}" class="{{ label_class }}{% if 'form-horizontal' in form_class %} col-form-label pt-0{% else %} form-label{% endif %}{% if field.field.required %} requiredField{% endif %}">
8+
<legend for="{{ field.id_for_label }}" class="{{ label_class }} fs-6{% if 'form-horizontal' in form_class %} col-form-label pt-0{% else %} form-label{% endif %}{% if field.field.required %} requiredField{% endif %}">
99
{{ field.label }}{% if field.field.required %}<span class="asteriskField">*</span>{% endif %}
1010
</legend>
1111
{% endif %}

0 commit comments

Comments
 (0)