Skip to content

Commit 82365cc

Browse files
committed
refactor: explicitly set the display of the mat-paginator-icon to inline
Some CSS resets set the `display` value of the SVG element to `block` which break the design of the mat-paginator-icon by making it not properly centered inside the button.
1 parent 7d87068 commit 82365cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/paginator/paginator.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ $button-icon-size: 28px;
6969
}
7070

7171
.mat-paginator-icon {
72+
display: inline-block;
7273
width: $button-icon-size;
7374
fill: currentColor;
7475

0 commit comments

Comments
 (0)