fix: give day-title 2-line min-height to align timeline columns
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 18s

This commit is contained in:
vrubel 2026-06-09 17:23:26 +00:00
parent 883baddd16
commit fc66954c03

View file

@ -216,6 +216,7 @@ body {
.day-title {
font-size: 22px;
line-height: 1.1;
min-height: calc(1.1 * 2em);
}
.day-subtitle {