From 29a1892b4bd3ff375dd26ce4511b63217199e1e9 Mon Sep 17 00:00:00 2001 From: bupd Date: Mon, 21 Oct 2024 16:58:37 +0530 Subject: [PATCH 1/2] fix overlay in replication execution details page Signed-off-by: bupd --- .../replication-tasks/replication-tasks.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss b/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss index dcf3c35bc80..de47d475371 100644 --- a/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss +++ b/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss @@ -76,7 +76,7 @@ } .detail-span { - flex:0 0 100px; + flex:0 0 150px; margin: 10px 0 0 10px; } @@ -110,7 +110,7 @@ height: 24px; display: flex; justify-content: flex-end; - + .filter-tag { float: left; margin-top: 8px; @@ -120,7 +120,7 @@ cursor: pointer; margin-top: 7px; } - + .refresh-btn:hover { color: #007CBB; } From 9f373c8e3d4f3357407a82cddc9ddf3a893296a8 Mon Sep 17 00:00:00 2001 From: bupd Date: Fri, 20 Dec 2024 07:34:02 +0530 Subject: [PATCH 2/2] fix time overflow in turkish and some languages * minor fix in displaying time Signed-off-by: bupd --- .../replication-tasks/replication-tasks.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss b/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss index de47d475371..dcf704fd965 100644 --- a/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss +++ b/src/portal/src/app/base/left-side-nav/replication/replication/replication-tasks/replication-tasks.component.scss @@ -92,7 +92,7 @@ label { display: inline-block; - width: 120px; + width: 140px; } /* stylelint-disable */ >div {