Skip to content

Commit

Permalink
CommentsPagination: Set font-size to inherit for pagination items (#6…
Browse files Browse the repository at this point in the history
…7296)

* CommentsPagination: Set font-size to inherit for pagination items

* Remove extra spaces

---------
Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org>
Co-authored-by: cbravobernal <cbravobernal@git.wordpress.org>
  • Loading branch information
yogeshbhutkar authored Nov 28, 2024
1 parent 2efb3a9 commit a48a414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/comments-pagination/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $pagination-margin: 0.5em;
margin-right: $pagination-margin;
margin-bottom: $pagination-margin;

font-size: inherit;
&:last-child {
/*rtl:ignore*/
margin-right: 0;
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/comments-pagination/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $pagination-margin: 0.5em;
margin-right: $pagination-margin;
margin-bottom: $pagination-margin;

font-size: inherit;
&:last-child {
/*rtl:ignore*/
margin-right: 0;
Expand Down

1 comment on commit a48a414

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in a48a414.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12066811721
📝 Reported issues:

Please sign in to comment.