From 65fbabca9f931a18bd6f786a1c08663bd6259b3a Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 31 May 2024 13:15:28 -0400 Subject: [PATCH] Pagination: Remove fixed width in favor of min-width, to prevent wrapping on large numbers Fixes https://github.com/WordPress/wporg-theme-directory/issues/95 --- .../themes/wporg-parent-2021/sass/blocks/_query-pagination.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-parent-2021/sass/blocks/_query-pagination.scss b/source/wp-content/themes/wporg-parent-2021/sass/blocks/_query-pagination.scss index 6baa9d6c..b29df170 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/blocks/_query-pagination.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/blocks/_query-pagination.scss @@ -36,7 +36,7 @@ > * { display: block; padding: calc((7 / 16) * 1em) 0; - width: 1.875em; + min-width: 1.875em; + * { margin-left: 0.5em;