From 49a850a1e95dd4850bf852fea11a20e67b2e562b Mon Sep 17 00:00:00 2001
From: RiedleroD <github@riedler.wien>
Date: Fri, 26 Apr 2024 22:03:40 +0200
Subject: [PATCH] added minimum space to empty timeline

---
 src/components/timeline/timeline.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index 9e009fd3..194e3766 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -28,4 +28,7 @@
       }
     }
   }
+  .timeline {
+    min-height: 1em;
+  }
 }