-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor: explicitly set the display of the mat-paginator-icon to inline #25140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: explicitly set the display of the mat-paginator-icon to inline #25140
Conversation
43bcdd4
to
6a2c117
Compare
6a2c117
to
82365cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Actually I just realized that we'll need the same change in |
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.
82365cc
to
658fcf8
Compare
Done. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Some CSS resets like Tailwind's Preflight set the
display
value of the SVG element toblock
which break the designof the mat-paginator-icon by making it not properly centered inside the button.
Before
After