Update text box style: remove max-width

This commit is contained in:
Buu Nguyen 2014-07-25 16:56:19 -07:00
parent f6d06c47ca
commit 0fab642266
1 changed files with 0 additions and 2 deletions

View File

@ -167,7 +167,6 @@
} }
input { input {
width: 100%; width: 100%;
max-width: 350px;
} }
.error { .error {
color: #900; color: #900;
@ -198,7 +197,6 @@
} }
input[type=text], textarea { input[type=text], textarea {
width: 100%; width: 100%;
max-width: 350px;
} }
textarea { textarea {
resize: vertical; resize: vertical;