Calendar: add label „continued“ to event’s title

This commit is contained in:
Richard Schreiber
2022-11-15 08:19:41 +01:00
committed by GitHub
parent e32e7e2a50
commit 4f21bf8001
4 changed files with 12 additions and 6 deletions

View File

@@ -92,6 +92,9 @@
.event-name {
display: block;
}
.event-name-continued {
font-weight: normal;
}
.event-time, .event-status {
display: block;
}