We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85703b commit bbadd01Copy full SHA for bbadd01
src/lib/datepicker/calendar-body.scss
@@ -50,6 +50,9 @@ $mat-calendar-body-cell-content-size: 100% - $mat-calendar-body-cell-content-mar
50
width: $mat-calendar-body-cell-content-size;
51
height: $mat-calendar-body-cell-content-size;
52
53
+ // Prevents text being off-center on Android.
54
+ line-height: 1;
55
+
56
border-width: $mat-calendar-body-cell-content-border-width;
57
border-style: solid;
58
0 commit comments