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