Turn of text trimming of titles in fullcalendar.css In the Angular jquery ui-calendar, titles on events are trimmed to one line only. To fix, update fullcalendar.css (and remove/regenerate the minified version): FIND: .fc-day-grid-event .fc-content And update to: .fc-day-grid-event .fc-content { /* force events to WRAP */ white-space: normal; overflow: hidden; }
Created By: amos 8/27/2015 5:01:28 PM
|
|