Fix - Small screen optimization for password field

This commit is contained in:
Shiva Poudel 2016-05-05 22:37:08 +05:45
parent edbb03a5d8
commit e8dd54a945
1 changed files with 4 additions and 3 deletions

View File

@ -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%;
}