Commit b16fa043 by Brian Talbot

pearson registration - resolved box-sizing display issue that caused form fields…

pearson registration - resolved box-sizing display issue that caused form fields to not show text/be editable in Firefox/Mozilla
parent 1d6b1be8
......@@ -232,8 +232,9 @@ $red: rgb(178, 6, 16);
}
input, textarea {
height: 100%;
width: 100%;
padding: $baseline ($baseline*.75);
padding: ($baseline/2);
&.long {
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