aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index 0fc0d979..61261d32 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -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;