Skip to content

Commit f69c8e6

Browse files
mmalerbajelbourn
authored andcommitted
fix(datepicker): correct overlay broad style selector (#8130)
1 parent 5600b80 commit f69c8e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/datepicker/datepicker-content.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ $mat-datepicker-touch-max-height: 788px;
2828
@include mat-elevation(8);
2929

3030
display: block;
31-
}
3231

33-
.mat-calendar {
34-
width: $mat-datepicker-non-touch-calendar-width;
35-
height: $mat-datepicker-non-touch-calendar-height;
32+
.mat-calendar {
33+
width: $mat-datepicker-non-touch-calendar-width;
34+
height: $mat-datepicker-non-touch-calendar-height;
35+
}
3636
}
3737

3838
.mat-datepicker-content-touch {

0 commit comments

Comments
 (0)