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
2 changed files with 2 additions and 0 deletions

View File

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