Make the width of these fields 100% rather than providing a specific pixel width.
This commit is contained in:
parent
426685e088
commit
f7b7511b7b
@ -147,7 +147,7 @@ a.mediagoblin_logo:hover {
|
||||
}
|
||||
|
||||
.form_field_input input, .form_field_input textarea {
|
||||
width:460px;
|
||||
width:100%;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user