From 8b87d548acaeb3b55fe9b4227df3e5d4ca672a01 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 15 Aug 2024 01:01:31 +0300 Subject: [PATCH] didn't work, lol --- src/components/timeline/timeline.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 61261d32..0fc0d979 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -4,12 +4,6 @@ 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;