From 2606235a092d8fa8547f903fb165d0286c774f3a Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Fri, 26 Mar 2021 16:20:52 +0100 Subject: [PATCH] Fixe CSS bugs --- src/global.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global.scss b/src/global.scss index 33b2ad85a..9827908ce 100644 --- a/src/global.scss +++ b/src/global.scss @@ -476,7 +476,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent- // timeline -.timeline-md{ +.sd-timeline{ .cal-time{ display: none; } @@ -485,7 +485,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent- } .timeline-box{ - left: -17%; + left: -13%; position: relative; width: 115%; }