try to fix gaps

This commit is contained in:
Henry Jameson 2024-08-15 00:57:23 +03:00
parent 1f50fc2a8b
commit 5ad4d82b6b

View file

@ -4,6 +4,12 @@
backdrop-filter: none;
}
/* This is to fix the occasional gaps/weird lines in timeline */
.timeline {
display: flex;
flex-direction: column;
}
.alert-badge {
font-size: 0.75em;
line-height: 1;