misc: adjust width of ok checkmarks (#25404)

This commit is contained in:
Frédéric Péters 2018-07-23 16:14:22 +02:00
parent b69eb9bec2
commit 69cc0ae605
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.a2-password-policy-rule::after {
font-family: FontAwesome;
display: inline-block;
width: 2ex;
width: 2rem;
text-align: center;
content: none;
}