Skip to content

Commit

Permalink
set all calendar colums to vertical align top (#3055)
Browse files Browse the repository at this point in the history
The title column was vertical centered before.

Fixes #3053
  • Loading branch information
khassel authored Mar 6, 2023
1 parent 23ee155 commit c6db225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions modules/default/calendar/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.calendar .title {
padding-left: 0;
padding-right: 0;
vertical-align: top;
}

.calendar .time {
Expand Down

0 comments on commit c6db225

Please sign in to comment.