Skip to content

Commit f7897dd

Browse files
fix: accommodate calendar height change due to new select (#374)
1 parent 3615479 commit f7897dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/raystack/v1/components/calendar/calendar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
background: var(--rs-color-background-base-primary);
55
width: fit-content;
66
font-family: var(--rs-font-body);
7-
min-height: 324px;
7+
min-height: 334px;
88
}
99

1010
.caption_label,

0 commit comments

Comments
 (0)