From cb45a38838eb441d4d3184560263ace5cc79057b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 9 Jul 2013 19:59:06 +0200 Subject: [PATCH] calendar: Fix line-wrapping of calendar events Commit 929636ebd0b8f428 broke line-wrapping of longish calendar events, add back the required CSS width. https://bugzilla.gnome.org/show_bug.cgi?id=703893 --- data/theme/gnome-shell.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 127bbc2db..0dc5b703d 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1161,6 +1161,11 @@ StScrollBar StButton#vhandle:active { /* Calendar popup */ +#calendarArea { + /* this is the total width of the popup */ + max-width: 720px; +} + .calendar-vertical-separator { -stipple-width: 1px; -stipple-color: #505050;