Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32e8a02c authored by Ronak Patel's avatar Ronak Patel
Browse files

Merge branch 'dev/security-lines' into 'main'

Correcting password strength lines

See merge request !113
parents 5712dda6 16c105f6
Loading
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -49,3 +49,12 @@ html {
#fields-password .Password__strength-meter {
	margin-bottom: 0;
}
#fields-password .Password__strength-meter:before {
	left: 0;
}
#fields-password .Password__strength-meter:after {
	right: 0;
}
#fields-password .Password__strength-meter:after, #fields-password .Password__strength-meter:before{
	width: 100%;
}