Skip to content

Commit

Permalink
Merge branch 'main' into fix/es-build-size
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 25, 2021
2 parents 3fb3ae1 + 7fe81b5 commit b02bb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@mixin checkbox {
// Spacing between checkboxes
.#{$prefix}--form-item.#{$prefix}--checkbox-wrapper {
position: relative;
margin-bottom: $carbon--spacing-02;
}

Expand Down
1 change: 1 addition & 0 deletions packages/styles/scss/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
@mixin checkbox {
// Spacing between checkboxes
.#{$prefix}--form-item.#{$prefix}--checkbox-wrapper {
position: relative;
margin-bottom: $spacing-02;
}

Expand Down

0 comments on commit b02bb9d

Please sign in to comment.