Skip to content
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

fix(material/paginator): items per page form field touch target size insufficient #29109

Merged
merged 5 commits into from
Jun 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material/paginator/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $button-icon-size: 28px;
.mat-mdc-select {
// The smaller font size inherited from the paginator throws off the centering of the select
// inside the form field. This `line-height` helps to center it relative to the other text.
line-height: 1.5;
line-height: 2;
DBowen33 marked this conversation as resolved.
Show resolved Hide resolved
}
}

Expand Down
Loading