Skip to content

Commit 5bd86dd

Browse files
authored
fix: calendar widget layout partly hides last days of a month (#1990)
1 parent 4ffd6fc commit 5bd86dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Calendar/Calendar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
background: white;
1212
color: $blue;
1313
width: 182px;
14-
height: 172px;
14+
height: auto;
1515
}
1616

1717
.month {

0 commit comments

Comments
 (0)