Long title in Jquery's plugin FullCalendar -


I have a small problem with the long title in fullcalendar plugin. If you have a long title and short event time (for example 1 day) then the ur event title will not fit.

What can I do with it?

If you want to show the title in multiple rows, you can override the fullcalendar default CSS.

Default CSS in full calendar v2.1.1

  .fc-day-grid-event> .fc-content {white-space: abrop; Hidden flurry; }   

Remove White-space: iPod; and your title will always be visible.

Comments