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

Commit 16c105f6 authored by Ronak Patel's avatar Ronak Patel
Browse files

Correcting password strength lines

parent 5712dda6
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%;
}