From e8dd54a9452fb436fdac8fed3f2ea6c104f34678 Mon Sep 17 00:00:00 2001 From: Shiva Poudel Date: Thu, 5 May 2016 22:37:08 +0545 Subject: [PATCH] Fix - Small screen optimization for password field --- assets/css/admin.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 9380be343f9..faa52d99642 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -4683,9 +4683,10 @@ table.bar_chart { } .short, - input[type=email].short, - input[type=number].short, - input[type=text].short, + input[type="text"].short, + input[type="email"].short, + input[type="number"].short, + input[type="password"].short, .dimensions_field .wrap { width: 80%; }