From c1daf8534bb7023fc3c6a9c72fcbaa59bf68d83c Mon Sep 17 00:00:00 2001 From: Prachi Date: Thu, 8 May 2025 11:14:25 +0530 Subject: [PATCH] Fixes:https://tracker.ceph.com/issues/71248 Signed-off-by: Prachi Changes: Fixes for RGW multi-site-sync-status UI distortion in data sync --- .../rgw/rgw-sync-data-info/rgw-sync-data-info.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.scss index 6fb7fee71f2c..dbb6a0cedf1a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-sync-data-info/rgw-sync-data-info.component.scss @@ -7,6 +7,7 @@ ul { list-style-type: none; } -.toggle-tip-btn { +.toggleTipBtn { flex-direction: column; + text-align: center; } -- 2.47.3