Utilizing the FullCalendar jQuery plugin, my website showcases a monthly event calendar. While Firefox and IE show events occurring on the same day with very little space between them, Chrome displays a large unwanted space, as seen in the screenshot below:
How can I remove this unnecessary empty space when viewing the page in Chrome?
Update
After removing all bootstrap styles from the application, the issue no longer persists. This leads me to believe that there may be some specific Bootstrap CSS rules impacting the display of the calendar solely in Chrome. Now I just need to identify those rule(s)...