Skip to content

Commit

Permalink
CommentsPagination: Set font-size to inherit for pagination items
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Nov 26, 2024
1 parent 0db7ff6 commit 31f5d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 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,8 @@ $pagination-margin: 0.5em;
margin-right: $pagination-margin;
margin-bottom: $pagination-margin;

font-size: inherit;

&:last-child {
/*rtl:ignore*/
margin-right: 0;
Expand Down
2 changes: 2 additions & 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,8 @@ $pagination-margin: 0.5em;
margin-right: $pagination-margin;
margin-bottom: $pagination-margin;

font-size: inherit;

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

0 comments on commit 31f5d80

Please sign in to comment.