fleet/frontend/components/EnrollSecrets/EnrollSecretTable/_styles.scss
Jacob Shandling cad4ccadfd
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>
2024-01-23 18:33:09 +00:00

11 lines
182 B
SCSS

.enroll-secrets {
&__secret {
.buttons {
display: flex;
position: absolute;
left: 410px;
justify-content: flex-end;
min-width: 130px;
}
}
}