Issue 1992: Limit height of events to 1-line by default
Status:  Released
Owner: ----
Closed:  Aug 2014
Reported by paul.wol...@gmail.com, Sep 10, 2013
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
Sep 13, 2013
Project Member #1 adamrs...@gmail.com
NOTE TO SELF: this behavior should be the default, especially when the "more..." feature comes along ( issue 304 ) because that will only work well when all events have a uniform height. If the user wants to undo this behavior, there should be an easy way to undo it via CSS.
Summary: Limit height of events to 1-line by default (was: truncate the titles in the monthview)
Status: Accepted
Labels: Type-Behavior
Jun 15, 2014
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-skeleton
Jul 23, 2014
Project Member #3 adamrs...@gmail.com
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
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 20, 2014
#5 da.arvid...@gmail.com
What is the option to disable this featue?
If I want it to wrap to multiple lines...
Aug 20, 2014
Project Member #6 adamrs...@gmail.com
.fc-day-grid-event > .fc-content {
    white-space: normal;
}
Aug 26, 2014
Project Member #7 adamrs...@gmail.com
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