Align password change dialog with create (#2970)

This commit is contained in:
Jaco Greeff
2016-10-29 17:39:08 +02:00
committed by Gav Wood
parent c342fa3035
commit 4d1cfd6706
2 changed files with 34 additions and 20 deletions

View File

@@ -46,6 +46,16 @@
font-size: 1.1rem;
}
.passwords {
display: flex;
flex-wrap: wrap;
}
.password {
flex: 0 1 50%;
width: 50%;
}
.passwordHint {
font-size: 0.9rem;
color: lightgrey;