Skip to content

Commit

Permalink
feat(pie-checkbox-group): DSW-2182 label to c-checkboxGroup-label css…
Browse files Browse the repository at this point in the history
… class name
  • Loading branch information
dandel10n committed Jul 23, 2024
1 parent 93c0f2d commit 1c4cd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
margin: calc(var(--checkbox-group-offset--inline) / 2) calc(var(--checkbox-group-offset--inline) / 2);
}

.label {
.c-checkboxGroup-label {
margin: 0 calc(var(--checkbox-group-offset--inline) / 2) calc(-1 * (var(--checkbox-group-offset--inline) / 2 - var(--checkbox-group-label-offset)));
}
}

0 comments on commit 1c4cd71

Please sign in to comment.