Example here:
http://jsbin.com/lonopu/edit?html,css,js,output
I have the calendar as a sidebar set at width: 260px and in fullcalendar set the height to 480px to avoid scrolling. How can I give the calendar a squarer appearance without scrolling? I just want to reduce the row heights, but
.fc-row .fc-week .fc-widget-content { height: 20px }
doesn't work, I guess it's because the calendar height is set dynamically at runtime.