aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-08-15 00:57:23 +0300
committerHenry Jameson <me@hjkos.com>2024-08-15 00:57:23 +0300
commit5ad4d82b6b7f7f82be010f4ecda693625bbc243e (patch)
treece0c03c4364d8a492304d7eac0944c34aeee568d /src
parent1f50fc2a8b3b06aaeae90bdb6e5e3bef621698dc (diff)
try to fix gaps
Diffstat (limited to 'src')
-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;