From 77996be5301599c3d99e61b88eada8300281576d Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 6 Mar 2009 12:17:33 +0100 Subject: [PATCH] Let url wrap. Bug: 8043 --- kronolith/docs/CHANGES | 1 + kronolith/themes/screen.css | 1 + 2 files changed, 2 insertions(+) diff --git a/kronolith/docs/CHANGES b/kronolith/docs/CHANGES index 3bf7a4175..6562e94a3 100644 --- a/kronolith/docs/CHANGES +++ b/kronolith/docs/CHANGES @@ -17,6 +17,7 @@ v3.0-git v2.3.1-cvs ---------- +[jan] Wrap URL in calendar information in IE7 (almarin@um.es, Bug #8043). [jan] Fix "Date-string has wrong format" error with holidays (Bug #7961). [jan] Use improved translation support in Date_Holidays (Bug #7272). [jan] Empty view cache when changing calendar selection diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 95408127b..666be220a 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -399,6 +399,7 @@ table#calendar-list th.sortdown { overflow: auto; padding: 2px; font-size: 90%; + word-wrap: break-word; } .calendar-list-icon { width: 1%; -- 2.11.0