Skip to content

Commit

Permalink
Pagination: Remove fixed width in favor of min-width, to prevent wrap…
Browse files Browse the repository at this point in the history
…ping on large numbers

Fixes WordPress/wporg-theme-directory#95
  • Loading branch information
ryelle committed May 31, 2024
1 parent f9146b4 commit 65fbabc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
> * {
display: block;
padding: calc((7 / 16) * 1em) 0;
width: 1.875em;
min-width: 1.875em;

+ * {
margin-left: 0.5em;
Expand Down

0 comments on commit 65fbabc

Please sign in to comment.