From: prik73 Date: Fri, 6 Jun 2025 06:09:15 +0000 (+0530) Subject: mgr/dashboard: fix alignment of log action buttons X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63784%2Fhead;p=ceph.git mgr/dashboard: fix alignment of log action buttons Aligned the download and copy buttons in the logs component for a consistent look. Fixes: https://tracker.ceph.com/issues/71539 Signed-off-by: prik73 --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss index 56580e515193..6e4a282070a0 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss @@ -6,7 +6,7 @@ p { .card { .btn-group { - margin-top: -45px; + margin-top: -57px; position: absolute; right: 0; }