I am looking for a solution to display more information in event.
For example in the DayView you see a event from 06:00 to 10:00. I want to display a additio
Well i found a simpler solution for me:
I changed fullcalendar.css
and added the following:
float: left; clear: none; margin-right: 10px;
Resulting in:
.fc-event-time, .fc-event-title { padding: 0 1px; float: left; clear: none; margin-right: 10px; }
now it only wraps when it needs to.