fix display issue on snippet edit view (#5883)

pull/5896/head
Michał (Quadric) Sieradzki 2020-03-13 12:02:49 +01:00 zatwierdzone przez Matt Westcott
rodzic 0ccfe9568f
commit 06fbde14b3
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -31,6 +31,7 @@ Changelog
* Fix: `refresh_index` method on Elasticsearch no longer fails (Lars van de Kerkhof) * Fix: `refresh_index` method on Elasticsearch no longer fails (Lars van de Kerkhof)
* Fix: Document tags no longer fail to update when replacing the document file at the same time (Matt Westcott) * Fix: Document tags no longer fail to update when replacing the document file at the same time (Matt Westcott)
* Fix: Prevent error from very tall / wide images being resized to 0 pixels (Fidel Ramos) * Fix: Prevent error from very tall / wide images being resized to 0 pixels (Fidel Ramos)
* Fix: Remove excess margin when editing snippets (Quadric)
2.8 (03.02.2020) 2.8 (03.02.2020)

Wyświetl plik

@ -49,6 +49,7 @@ Bug fixes
* ``refresh_index`` method on Elasticsearch no longer fails (Lars van de Kerkhof) * ``refresh_index`` method on Elasticsearch no longer fails (Lars van de Kerkhof)
* Document tags no longer fail to update when replacing the document file at the same time (Matt Westcott) * Document tags no longer fail to update when replacing the document file at the same time (Matt Westcott)
* Prevent error from very tall / wide images being resized to 0 pixels (Fidel Ramos) * Prevent error from very tall / wide images being resized to 0 pixels (Fidel Ramos)
* Remove excess margin when editing snippets (Quadric)
Upgrade considerations Upgrade considerations

Wyświetl plik

@ -3,7 +3,7 @@
{% block titletag %}{% blocktrans with snippet_type_name=model_opts.verbose_name %}Editing {{ snippet_type_name }} - {{ instance }}{% endblocktrans %}{% endblock %} {% block titletag %}{% blocktrans with snippet_type_name=model_opts.verbose_name %}Editing {{ snippet_type_name }} - {{ instance }}{% endblocktrans %}{% endblock %}
{% block content %} {% block content %}
{% trans "Editing" as editing_str %} {% trans "Editing" as editing_str %}
{% include "wagtailadmin/shared/header.html" with title=editing_str subtitle=instance icon="snippet" tabbed=1 %} {% include "wagtailadmin/shared/header.html" with title=editing_str subtitle=instance icon="snippet" tabbed=1 merged=1 %}
<div class="row row-flush"> <div class="row row-flush">