Fix url fields in forms not having the same length as other text inputs
This commit is contained in:
@@ -30,7 +30,7 @@ form.simple_form {
|
||||
div.input {
|
||||
margin-bottom: 1em;
|
||||
|
||||
input[type=text], input[type=file], input[type=password], input[type=email] {
|
||||
input[type=text], input[type=file], input[type=password], input[type=email], input[type=url] {
|
||||
width: 100%;
|
||||
max-width: 25em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user