I'm using this basic example http://fullcalendar.io/js/fullcalendar-scheduler-1.3.2/demos/theme.html
Wanted to increase size between timeline hours, so if I have 20min event then title dont show up fully
any suggestions ? thanks
ended up increasing width of this class
.fc-timeline .fc-head .fc-cell-content .fc-cell-text {width: 400px;}