try to fix gaps
This commit is contained in:
parent
1f50fc2a8b
commit
5ad4d82b6b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue