From 109eae766acaee7fb91d31918c69e0dae8bde7c3 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 28 Dec 2023 20:16:12 +0200 Subject: [PATCH] #176 Fixed the timeline component does not render correctly in the details of an alert --- .../components/alert-history/alert-history.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/data-management/alert-management/shared/components/alert-history/alert-history.component.scss b/frontend/src/app/data-management/alert-management/shared/components/alert-history/alert-history.component.scss index bbfbc6924..9d8b3da8c 100644 --- a/frontend/src/app/data-management/alert-management/shared/components/alert-history/alert-history.component.scss +++ b/frontend/src/app/data-management/alert-management/shared/components/alert-history/alert-history.component.scss @@ -19,5 +19,6 @@ } .utm_tmtimeline:before { - left: 118px; + left: 160px; + margin-left: 0; }