set all calendar colums to vertical align top (#3055)

The title column was vertical centered before.

Fixes #3053
This commit is contained in:
Karsten Hassel 2023-03-06 22:59:37 +01:00 committed by GitHub
parent 23ee155ded
commit c6db22524a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -14,6 +14,7 @@
.calendar .title {
padding-left: 0;
padding-right: 0;
vertical-align: top;
}
.calendar .time {