Search code examples
fullcalendarfullcalendar-scheduler

FullCalendar - How can I increase space between timline hours?


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

screenshot

any suggestions ? thanks


Solution

  • ended up increasing width of this class

    .fc-timeline .fc-head .fc-cell-content .fc-cell-text {width: 400px;}