We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39091b0 commit 7fe81b5Copy full SHA for 7fe81b5
2 files changed
packages/components/src/components/checkbox/_checkbox.scss
@@ -18,6 +18,7 @@
18
@mixin checkbox {
19
// Spacing between checkboxes
20
.#{$prefix}--form-item.#{$prefix}--checkbox-wrapper {
21
+ position: relative;
22
margin-bottom: $carbon--spacing-02;
23
}
24
packages/styles/scss/components/checkbox/_checkbox.scss
@@ -17,6 +17,7 @@
17
margin-bottom: $spacing-02;
0 commit comments