Add a temporary fix for positioning issue in Change Password prompt

- This is a fix for a very minor visual bug (checkbox position is too high)
- Think this came in after the styles update
- I'll be updated this area in the create/edit user pr, will be sure to
  make it less brittle
This commit is contained in:
Richard Cox 2021-02-01 09:42:46 +00:00
parent de5afdde41
commit d6a0ca6bd0
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ export default {
display: flex;
flex-direction: column;
.fields{
height: 215px;
height: 225px;
#username, #password {
height: 0;
width: 0;