0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Move page explorer header's extra spacing to CSS

For better colocation with the CSS that increases the font size
This commit is contained in:
Sage Abdullah 2023-12-12 14:21:59 +00:00 committed by Thibaud Colas
parent 3c5f485201
commit 6f92a71253
2 changed files with 3 additions and 1 deletions

View File

@ -414,6 +414,8 @@ table.listing {
}
.page-explorer .w-breadcrumbs {
@apply sm:w-py-2.5;
li[hidden] ~ li:last-child,
li:only-child {
a {

View File

@ -3,7 +3,7 @@
{% block breadcrumbs %}
{# breadcrumbs #}
{% page_breadcrumbs parent_page 'wagtailadmin_explore' url_root_name='wagtailadmin_explore_root' is_expanded=parent_page.is_root classname='sm:w-py-2.5' %}
{% page_breadcrumbs parent_page 'wagtailadmin_explore' url_root_name='wagtailadmin_explore_root' is_expanded=parent_page.is_root %}
{% endblock %}
{% block actions %}