Fix - Small screen optimization for password field
This commit is contained in:
parent
edbb03a5d8
commit
e8dd54a945
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue