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 5600b80 commit f69c8e6Copy full SHA for f69c8e6
src/lib/datepicker/datepicker-content.scss
@@ -28,11 +28,11 @@ $mat-datepicker-touch-max-height: 788px;
28
@include mat-elevation(8);
29
30
display: block;
31
-}
32
33
-.mat-calendar {
34
- width: $mat-datepicker-non-touch-calendar-width;
35
- height: $mat-datepicker-non-touch-calendar-height;
+ .mat-calendar {
+ width: $mat-datepicker-non-touch-calendar-width;
+ height: $mat-datepicker-non-touch-calendar-height;
+ }
36
}
37
38
.mat-datepicker-content-touch {
0 commit comments