From a6688903bb07ad1f28c8c17cfff9942f6a018cda Mon Sep 17 00:00:00 2001 From: Prasanth Baskar <89722848+bupd@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:30:36 +0530 Subject: [PATCH] Fix Overlay Issue in Replication Page UI (#21069) * fix overlay in replication execution details page Signed-off-by: bupd * fix time overflow in turkish and some languages * minor fix in displaying time Signed-off-by: bupd --------- Signed-off-by: bupd --- .../replication-tasks/replication-tasks.component.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 dcf3c35bc..dcf704fd9 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; } @@ -92,7 +92,7 @@ label { display: inline-block; - width: 120px; + width: 140px; } /* stylelint-disable */ >div { @@ -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; }