| Issue 1992: | Limit height of events to 1-line by default | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sometimes eventtiles are long and when you have several events on 1 day the cell grows bigger than the other cells. It would be nice if there was an option to truncate the titles in the monthview
Jun 15, 2014
(No comment was entered for this change.)
Labels:
milestone-skeleton
Jul 23, 2014
This is now the default behavior in v2.1 (beta) http://blog.arshaw.com/1/post/2014/07/fullcalendar-210-beta.html I would really appreciate if you could verify this. Thanks a lot!
Aug 14, 2014
(No comment was entered for this change.)
Status:
Implemented
Aug 20, 2014
What is the option to disable this featue? If I want it to wrap to multiple lines...
Aug 20, 2014
.fc-day-grid-event > .fc-content {
white-space: normal;
}
Aug 26, 2014
This issue has been resolved with the official release of v2.1.0: http://blog.arshaw.com/1/post/2014/08/fullcalendar-210-released.html Please post any follow-up bug reports or feature requests as separate issues. Thanks.
Status:
Released
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: Type-Behavior