From 4db556e784a8723778a73405470433786d93eab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 1 Mar 2018 20:39:56 +0100 Subject: [PATCH] fixup! Unify look of the strengthify password hint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index ade10f75914..4f3bc8b37f2 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1153,10 +1153,9 @@ span { #passwordform .strengthify-wrapper { position: absolute; left: 0; - width: calc(100% - 2px); + width: 100%; border-radius: 0 0 2px 2px; margin-top: -6px; - margin-left: 1px; overflow: hidden; height: 3px; }