Fix padding issue after merge

This commit is contained in:
Keegan
2016-03-03 10:49:05 +11:00
parent 2e447e5cd2
commit b91b45bd23
-5
View File
@@ -136,11 +136,6 @@ label {
margin-top: 0;
}
&:last-child,
&:first-child {
padding-bottom: $item-spacing-v;
}
&:first-child:after {
display: none;
}