Commit 4431b4c3 authored by Nick Stenning's avatar Nick Stenning

Merge pull request #1578 from hypothesis/fix-form-errors

Restore clearfix on form fields
parents 4ee0c4c9 88fe97c9
......@@ -4,6 +4,7 @@
@import "compass/utilities/general/clearfix";
.form-field {
@include pie-clearfix;
clear: both;
margin-bottom: 10px;
}
......
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