From 8420c781b2afcf24d81650dda4d739b4d79fc58a Mon Sep 17 00:00:00 2001 From: hadi Date: Wed, 10 May 2023 16:13:07 +0200 Subject: [PATCH] add missing part of commit 49ed3736ee9528f89b900b784c92152b5c3eca4e --- calendar/templates/default/app.css | 1 + calendar/templates/pixelegg/app.css | 1 + 2 files changed, 2 insertions(+) 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;