From c6db22524a188f12ef43bff8953050268e45f4f5 Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Mon, 6 Mar 2023 22:59:37 +0100 Subject: [PATCH] set all calendar colums to vertical align top (#3055) The title column was vertical centered before. Fixes #3053 --- CHANGELOG.md | 1 + modules/default/calendar/calendar.css | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162edb5a0d..5374f6af49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ _This release is scheduled to be released on 2023-04-01._ - Fix async node_helper stopping electron start (#2487) - The wind direction arrow now points in the direction the wind is flowing, not into the wind (#3019) - Fix precipitation css styles and rounding value +- Fix wrong vertical alignment of calendar title column when wrapEvents is true (#3053) ## [2.22.0] - 2023-01-01 diff --git a/modules/default/calendar/calendar.css b/modules/default/calendar/calendar.css index f04d683872..f8e3bd7929 100644 --- a/modules/default/calendar/calendar.css +++ b/modules/default/calendar/calendar.css @@ -14,6 +14,7 @@ .calendar .title { padding-left: 0; padding-right: 0; + vertical-align: top; } .calendar .time {