commit: 5ad4d82b6b7f7f82be010f4ecda693625bbc243e
parent 1f50fc2a8b3b06aaeae90bdb6e5e3bef621698dc
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 15 Aug 2024 00:57:23 +0300
try to fix gaps
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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;