From fb10bfc5e3e0e969ed7421b01b82cdf626232c7c Mon Sep 17 00:00:00 2001 From: Zed Date: Wed, 29 Dec 2021 06:25:19 +0100 Subject: [PATCH] Revert breaking css change --- src/sass/timeline.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sass/timeline.scss b/src/sass/timeline.scss index 8ffbf79..db19bed 100644 --- a/src/sass/timeline.scss +++ b/src/sass/timeline.scss @@ -158,8 +158,4 @@ padding: .75em; display: flex; position: relative; - - &.unavailable { - flex-direction: column; - } }