From 9f8a08fb4a62bf93ff53365fba9a588a76ba1f1d Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 12 Nov 2015 16:27:39 +0000 Subject: [PATCH] Fix long all day events push day header wider --- calendar/templates/default/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 2b367fa245..dddba2760b 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -233,7 +233,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget line-height: 16px; } .calendar_calDayColHeader { - display: table-cell; + display: inline-block; position: relative; vertical-align: top; border-right: 1px solid silver; @@ -306,6 +306,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget width: initial; white-space: nowrap; border-left: 1px solid silver; + display:flex; + align-items: stretch; } .calendar_calGridHeader > label { float: left;