UI - fix position of Copied! in enroll secrets table (#16280)

<img width="786" alt="Screenshot 2024-01-23 at 5 25 51 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/944b4ef6-e059-4e68-bef9-4f23b454f488">

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
Jacob Shandling
2024-01-23 18:33:09 +00:00
committed by GitHub
co-authored by Jacob Shandling
parent 5098b4233f
commit cad4ccadfd
2 changed files with 3 additions and 3 deletions
@@ -31,8 +31,6 @@
}
&__copy-message {
position: absolute;
right: 65px;
background-color: $ui-light-grey;
border: solid 1px #e2e4ea;
border-radius: 10px;
@@ -3,7 +3,9 @@
.buttons {
display: flex;
position: absolute;
left: 475px;
left: 410px;
justify-content: flex-end;
min-width: 130px;
}
}
}