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:
parent
c8c1870c97
commit
a50e6b1f40
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user