Update text box style: remove max-width
This commit is contained in:
parent
f6d06c47ca
commit
0fab642266
|
@ -167,7 +167,6 @@
|
|||
}
|
||||
input {
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
}
|
||||
.error {
|
||||
color: #900;
|
||||
|
@ -198,7 +197,6 @@
|
|||
}
|
||||
input[type=text], textarea {
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
}
|
||||
textarea {
|
||||
resize: vertical;
|
||||
|
|
Loading…
Reference in New Issue