Skip to content

Commit c746af4

Browse files
author
Vlad Ioffe
committed
fixing month picker button size closes #558
1 parent bf254a8 commit c746af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/month-calendar/month-calendar.component.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
.dp-calendar-month {
1616
box-sizing: border-box;
17-
width: @basic-height * 7 / 4;
18-
height: @basic-height * 7 / 4;
17+
width: (@basic-height * 7 / 4);
18+
height: (@basic-height * 7 / 4);
1919
cursor: pointer;
2020

2121
&.dp-selected {

0 commit comments

Comments
 (0)