From 69cc0ae605d5867ea41ae0eada0e52bedbe135a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 23 Jul 2018 16:14:22 +0200 Subject: [PATCH] misc: adjust width of ok checkmarks (#25404) --- src/authentic2/static/authentic2/css/password.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2/static/authentic2/css/password.css b/src/authentic2/static/authentic2/css/password.css index 1a1e957e6..df99edfb6 100644 --- a/src/authentic2/static/authentic2/css/password.css +++ b/src/authentic2/static/authentic2/css/password.css @@ -27,7 +27,7 @@ .a2-password-policy-rule::after { font-family: FontAwesome; display: inline-block; - width: 2ex; + width: 2rem; text-align: center; content: none; }