Fix form submission page header class

This commit is contained in:
kapito 2017-08-25 11:42:21 +01:00 committed by Matt Westcott
parent f7024a4193
commit 8ff650a5b4
3 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@ Changelog
* Fix: `WAGTAILAPI_LIMIT_MAX` now accepts None to disable limiting (jcronyn)
* Fix: In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Fix: Enabled translations within date-time chooser widget (Lucas Moeskops)
* Fix: Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
1.12 LTS (21.08.2017)

View file

@ -26,6 +26,7 @@ Bug fixes
* ``WAGTAILAPI_LIMIT_MAX`` now accepts None to disable limiting (jcronyn)
* In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Enabled translations within date-time chooser widget (Lucas Moeskops)
* Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
Upgrade considerations

View file

@ -88,7 +88,7 @@
<form action="" method="get" novalidate>
<div class="row">
<div class="left">
<div class="col">
<div class="col header-title">
<h1 class="icon icon-form">
{% blocktrans with form_title=form_page.title|capfirst %}Form data <span>{{ form_title }}</span>{% endblocktrans %}
</h1>