Skip to content

Commit 3cfbd82

Browse files
wnvkojelbourn
authored andcommitted
chore(navDatePicker): change initial to 0 for IE, #16356
1 parent 3461dd1 commit 3cfbd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/datepicker/calendar-body.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $mat-calendar-body-cell-content-size: 100% - $mat-calendar-body-cell-content-mar
6262
border-radius: 999px;
6363

6464
// Override mat-button defaults
65-
min-width: initial;
65+
min-width: 0;
6666
border-color: transparent;
6767

6868
@include cdk-high-contrast {

0 commit comments

Comments
 (0)