We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf254a8 commit c746af4Copy full SHA for c746af4
1 file changed
src/lib/month-calendar/month-calendar.component.less
@@ -14,8 +14,8 @@
14
15
.dp-calendar-month {
16
box-sizing: border-box;
17
- width: @basic-height * 7 / 4;
18
- height: @basic-height * 7 / 4;
+ width: (@basic-height * 7 / 4);
+ height: (@basic-height * 7 / 4);
19
cursor: pointer;
20
21
&.dp-selected {
0 commit comments