added minimum space to empty timeline

This commit is contained in:
RiedleroD 2024-04-26 22:03:40 +02:00
parent c68595345f
commit 49a850a1e9
1 changed files with 3 additions and 0 deletions

View File

@ -28,4 +28,7 @@
}
}
}
.timeline {
min-height: 1em;
}
}