From 36dd5afc424b474a6ab2b48fe0eca8358e917b3c Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 18 Aug 2014 17:45:36 +0100 Subject: [PATCH] Issue #2318679 by bluegriff | emma.maria: Fixed "Password strength: Strong" wraps onto a second line. --- core/modules/user/css/user.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/user/css/user.module.css b/core/modules/user/css/user.module.css index fe611e74286c..658988d4c718 100644 --- a/core/modules/user/css/user.module.css +++ b/core/modules/user/css/user.module.css @@ -38,11 +38,11 @@ input.password-confirm, input.password-field, .password-strength { - width: 40%; + width: 55%; } div.password-confirm { visibility: hidden; - width: 40%; + width: 55%; } div.form-item div.password-suggestions { padding: 0.2em 0.5em; -- GitLab