From 19ed0bfabb8e8fcb89931562da7e2f2a9d73daa1 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Mon, 15 Apr 2024 11:36:50 +0300 Subject: [PATCH] minor ui change on tour dialog --- .../src/app/library/guided-tour/guided-tour.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss b/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss index 42b9098f9..19fe28028 100644 --- a/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss +++ b/dmp-frontend/src/app/library/guided-tour/guided-tour.component.scss @@ -107,7 +107,7 @@ ngx-guided-tour { &.tour-top-right { .tour-arrow::before { transform: translateX(-100%); - left: calc(100% - 5px); + left: calc(100% - 15px); } }