added minimum space to empty timeline
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
RiedleroD 2024-04-26 22:03:40 +02:00
parent c68595345f
commit 49a850a1e9

View file

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