Password score progress should be full width in tooltip

This commit is contained in:
J. Ryan Stinnett
2019-04-25 14:29:10 +01:00
parent a20d23daf3
commit 67d7091dcd
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -130,3 +130,7 @@ limitations under the License.
.mx_AuthBody_spinner {
margin: 1em 0;
}
.mx_AuthBody_passwordScore {
width: 100%;
}