From: Prachi Date: Thu, 8 May 2025 05:44:25 +0000 (+0530) Subject: Fixes:https://tracker.ceph.com/issues/71248 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c1daf8534bb7023fc3c6a9c72fcbaa59bf68d83c;p=ceph.git Fixes:https://tracker.ceph.com/issues/71248 Signed-off-by: Prachi Changes: Fixes for RGW multi-site-sync-status UI distortion in data sync --- 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; }