Skip to content

Commit f98f733

Browse files
committed
fix(material/paginator): items per page form field touch target issue
items per page form field touch target does not have sufficient touch target size (48 x 48) fixes b/202731532
1 parent 8420471 commit f98f733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/paginator/paginator.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $button-icon-size: 28px;
4747
.mat-mdc-select {
4848
// The smaller font size inherited from the paginator throws off the centering of the select
4949
// inside the form field. This `line-height` helps to center it relative to the other text.
50-
line-height: 1.5;
50+
line-height: 2;
5151
}
5252
}
5353

0 commit comments

Comments
 (0)