diff --git a/assets/css/admin.scss b/assets/css/admin.scss index d1d86850377..d154e0f71a0 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -2943,7 +2943,8 @@ img.help_tip { input[type="text"], input[type="email"], - input[type="number"] { + input[type="number"], + input[type="password"] { width: 50%; float: left; } @@ -2960,6 +2961,7 @@ img.help_tip { input[type="text"].short, input[type="email"].short, input[type="number"].short, + input[type="password"].short, .short { width: 50%; }