diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index ae4eda4190..b3102c0ab5 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -1059,6 +1059,7 @@ Hide subsequent headers in week view with non-consolidated owners } .calendar_calDayTodosTable tr { page-break-inside: avoid; + display: flex; } .calendar_calDayTodosTable tr td span:first-child { white-space: nowrap; diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index d61872188e..40e792db14 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1023,6 +1023,7 @@ Hide subsequent headers in week view with non-consolidated owners } .calendar_calDayTodosTable tr { page-break-inside: avoid; + display: flex; } .calendar_calDayTodosTable tr td span:first-child { white-space: nowrap;