mirror of https://github.com/rancher/dashboard.git
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:
parent
de5afdde41
commit
d6a0ca6bd0
|
|
@ -251,7 +251,7 @@ export default {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
.fields{
|
||||
height: 215px;
|
||||
height: 225px;
|
||||
#username, #password {
|
||||
height: 0;
|
||||
width: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue