Skip to content

Commit c746af4

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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)