Skip to content

Commit

Permalink
fix(checkbox): match label spacing in skeleton (#5847)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and joshblack committed Apr 16, 2020
1 parent b6cc88e commit deabb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
@include skeleton;
width: rem(100px);
height: $spacing-05;
margin: auto 0;
margin: auto 0 auto rem(6px); // Add extra spacing when label is present
}
}

Expand Down

0 comments on commit deabb47

Please sign in to comment.