GNOME Bugzilla – Bug 703893
calendar: Fix line-wrapping of calendar events
Last modified: 2013-07-10 15:40:41 UTC
I thought I broke it when porting to ClutterTableLayout, but turns out that this was already broken on master. See patch.
Created attachment 248760 [details] [review] calendar: Fix line-wrapping of calendar events Commit 929636ebd0b8f428 broke line-wrapping of longish calendar events, add back the required CSS width.
Review of attachment 248760 [details] [review]: Yeah, I removed it since it seemed to force the space for the events list. It would be nice if we could just provide a max for the events list so everything works out peachy, but a max-width is fine.
Attachment 248760 [details] pushed as cb45a38 - calendar: Fix line-wrapping of calendar events