fullcalendar / fullcalendar-react

The official React Component for FullCalendar
https://fullcalendar.io/docs/react
MIT License
2.09k stars 110 forks source link

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

Closed nandorojo closed 2 years ago

nandorojo commented 2 years ago

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
acerix commented 2 years ago

I believe this existing ticket captures this need: https://github.com/fullcalendar/fullcalendar/issues/5762 ↑ Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.

nandorojo commented 2 years ago

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.