Commit a3229e87 by Scott

Fix accidental removal of email field classes

parent a1a4cba6
...@@ -1818,7 +1818,7 @@ input[type="submit"], button { ...@@ -1818,7 +1818,7 @@ input[type="submit"], button {
margin-top: 0; margin-top: 0;
} }
.qa-form-tall-text { .qa-form-tall-text, .qa-form-tall-email {
width: 100%; width: 100%;
} }
...@@ -1906,7 +1906,7 @@ input[type="submit"], button { ...@@ -1906,7 +1906,7 @@ input[type="submit"], button {
.qa-form-wide-data { .qa-form-wide-data {
padding-left: 5px; padding-left: 5px;
} }
.qa-form-wide-text { .qa-form-wide-text, .qa-form-wide-email {
width: 100%; width: 100%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment