diff --git a/scss/ecloud-accounts-userregistration.scss b/scss/ecloud-accounts-userregistration.scss index 59c283c244d5b558bfe01112ff98a0bff1cf1be4..02f834d43e0dc67f4c5e7aa49c022e4702b255b5 100644 --- a/scss/ecloud-accounts-userregistration.scss +++ b/scss/ecloud-accounts-userregistration.scss @@ -48,4 +48,13 @@ html { #fields-password .Password__strength-meter { margin-bottom: 0; -} \ No newline at end of file +} +#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%; +}