After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703893 - calendar: Fix line-wrapping of calendar events
calendar: Fix line-wrapping of calendar events
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-09 18:13 UTC by Florian Müllner
Modified: 2013-07-10 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
calendar: Fix line-wrapping of calendar events (912 bytes, patch)
2013-07-09 18:13 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2013-07-09 18:13:23 UTC
I thought I broke it when porting to ClutterTableLayout, but turns out that this was already broken on master.
See patch.
Comment 1 Florian Müllner 2013-07-09 18:13:26 UTC
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.
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-07-09 18:26:52 UTC
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.
Comment 3 Florian Müllner 2013-07-10 15:40:37 UTC
Attachment 248760 [details] pushed as cb45a38 - calendar: Fix line-wrapping of calendar events