From ff65431bb11646402e037bfb3f846a8db8bf4e41 Mon Sep 17 00:00:00 2001 From: bupd Date: Mon, 21 Oct 2024 16:58:37 +0530 Subject: [PATCH] fix #21059 ui overlay issue in replication Signed-off-by: bupd --- .../src/app/base/project/webhook/tasks/tasks.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portal/src/app/base/project/webhook/tasks/tasks.component.scss b/src/portal/src/app/base/project/webhook/tasks/tasks.component.scss index 453f90634..e15224c35 100644 --- a/src/portal/src/app/base/project/webhook/tasks/tasks.component.scss +++ b/src/portal/src/app/base/project/webhook/tasks/tasks.component.scss @@ -77,7 +77,7 @@ } .detail-span { - flex:0 0 100px; + flex:0 0 150px; margin: 10px 0 0 10px; }