Skip to content

Commit 5377b50

Browse files
committed
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 <[email protected]>
1 parent ca85835 commit 5377b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ p {
66

77
.card {
88
.btn-group {
9-
margin-top: -45px;
9+
margin-top: -57px;
1010
position: absolute;
1111
right: 0;
1212
}

0 commit comments

Comments
 (0)