Make it harder to accidentally delete a local user

This commit is contained in:
Alex Gleason 2021-03-15 19:29:42 -05:00
parent c44de0030c
commit 453290c6d7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 8 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -630,6 +630,14 @@
}
}
.confirmation-modal__checkbox {
padding: 0 30px;
.simple_form {
margin-top: -14px;
}
}
.report-modal__target {
padding: 20px;