diff --git a/client/scss/components/_button.scss b/client/scss/components/_button.scss index a1b5a2e2ee..15bc01492e 100644 --- a/client/scss/components/_button.scss +++ b/client/scss/components/_button.scss @@ -325,8 +325,8 @@ display: flex; align-items: center; justify-content: center; - width: theme('spacing.6'); - height: theme('spacing.6'); + width: theme('spacing.7'); + height: theme('spacing.slim-header'); appearance: none; color: theme('colors.text-button-outline-default'); padding: 0; diff --git a/wagtail/admin/templates/wagtailadmin/pages/listing/_page_header_buttons.html b/wagtail/admin/templates/wagtailadmin/pages/listing/_page_header_buttons.html index fba289f49e..066b8884d3 100644 --- a/wagtail/admin/templates/wagtailadmin/pages/listing/_page_header_buttons.html +++ b/wagtail/admin/templates/wagtailadmin/pages/listing/_page_header_buttons.html @@ -2,7 +2,7 @@ {% trans "Actions" as title %}