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:
parent
3c5f485201
commit
6f92a71253
@ -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 {
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user