mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
Swap footer__save-warning class to child to correct spacing
This commit is contained in:
parent
af92d56b49
commit
8eca778314
@ -1,6 +1,6 @@
|
||||
{% load wagtailadmin_tags i18n %}
|
||||
<li class="footer__container footer__container--hidden footer__save-warning" data-unsaved-warning>
|
||||
<div hidden data-unsaved-type="any" class="footer__emphasise-span-tags">
|
||||
<li class="footer__container footer__container--hidden" data-unsaved-warning>
|
||||
<div hidden data-unsaved-type="any" class="footer__save-warning footer__emphasise-span-tags">
|
||||
<div>
|
||||
<b hidden data-unsaved-type="edits">{% blocktrans %}You have <span>unsaved edits</span>{% endblocktrans %}</b>
|
||||
<b hidden data-unsaved-type="comments">{% blocktrans %}You have <span>unsaved comments</span>{% endblocktrans %}</b>
|
||||
|
Loading…
Reference in New Issue
Block a user