fullcalendar / fullcalendar-react

The official React Component for FullCalendar

Home Page:https://fullcalendar.io/docs/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: how can I make every square on a month view the same size?

nandorojo opened this issue · comments

Here I have the same calendar. The first is with FullCalendar. The second is my Google Calendar. Notice that the Google Calendar enforces the same height for every row. However, FullCalendar has an awkward different height per row, depending on the number of events per row. I'd like to not have this.

How can I make every row the same height? I didn't see this on the sizing docs. Thank you!

Screen Shot 2022-05-31 at 6 17 23 PM

Screen Shot 2022-05-31 at 6 17 11 PM

I believe this existing ticket captures this need:
fullcalendar/fullcalendar#5762

Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.

Thanks @acerix! While it is indeed a duplicate of that issue, there doesn't seem to be any activity on that issue. Do you have any tips on how I may be able to patch a fix? Happy to send a PR.