0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Reduce MultiFieldPanel heading sizes in account settings form

This commit is contained in:
Thibaud Colas 2023-01-03 16:04:05 +00:00
parent c8c1870c97
commit a50e6b1f40

View File

@ -33,7 +33,7 @@
aria-labelledby="tab-label-{{ tab.name|cautious_slugify }}"
>
{% for panel in panels %}
{% panel id=panel.name heading=panel.title %}
{% panel id=panel.name heading=panel.title heading_size="label" %}
{{ panel.render }}
{% endpanel %}
{% endfor %}