From 6d398a346fb9a371e17be294fc80923601a3b381 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 12 Nov 2015 21:02:24 +0000 Subject: [PATCH] Use auto sizing to make all day events wider when needed, smaller when they have shorter titles --- 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 ad7f30ce3b..6aee363b0d 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -473,7 +473,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 20em; + flex: 1 1 auto; } .calendar_calDayColHeader .calendar_calEvent .calendar_calEventBody { white-space: nowrap;