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
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 18s
This commit is contained in:
parent
883baddd16
commit
fc66954c03
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ body {
|
|||
.day-title {
|
||||
font-size: 22px;
|
||||
line-height: 1.1;
|
||||
min-height: calc(1.1 * 2em);
|
||||
}
|
||||
|
||||
.day-subtitle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue