From bc2e0060da60cb88ee4f85d9e7465e301d985849 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 11 Nov 2015 18:10:35 +0000 Subject: [PATCH] Make whole day non-blocking events wider so they take more space before wrapping. --- calendar/templates/default/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 5b5bd804a2..1242173028 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -462,7 +462,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget display: inline-block; white-space: nowrap; /* This determines how many per line */ - flex: 1 1 6ex; + flex: 1 1 20em; } .calendar_calEventTooltip{ border-radius: 6px;