Skip to content

Commit

Permalink
height
Browse files Browse the repository at this point in the history
  • Loading branch information
dishafaujdar committed Oct 16, 2024
1 parent e56289b commit c49a672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Calendar({ className = '', size }: ICalendarProps) {
const eventsExist = eventsData.length > 0;

return (
<div className={twMerge('overflow-hidden rounded-md border border-gray-200 bg-white p-4', className)}>
<div className={twMerge('overflow-hidden rounded-md border border-gray-200 bg-white p-4 h-full', className)}>
<Heading level={HeadingLevel.h2} typeStyle={HeadingTypeStyle.mdSemibold}>
{t('calendar.title')}
</Heading>
Expand Down

0 comments on commit c49a672

Please sign in to comment.