Commit 88fe97c9 authored by Aron Carroll's avatar Aron Carroll

Restore clearfix on form fields

This reverts the change in 8955140efeab69d0a88e3df69b59e21f6d394044.
parent 4ee0c4c9
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
@import "compass/utilities/general/clearfix"; @import "compass/utilities/general/clearfix";
.form-field { .form-field {
@include pie-clearfix;
clear: both; clear: both;
margin-bottom: 10px; 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