fixup! Unify look of the strengthify password hint

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-03-01 20:39:56 +01:00
parent 8d9c6f0e02
commit 4db556e784
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 2 deletions

View File

@ -1153,10 +1153,9 @@ span {
#passwordform .strengthify-wrapper {
position: absolute;
left: 0;
width: calc(100% - 2px);
width: 100%;
border-radius: 0 0 2px 2px;
margin-top: -6px;
margin-left: 1px;
overflow: hidden;
height: 3px;
}