diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e0780204144d..ea4f60c3ea86 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,7 +13,8 @@ to the Carbon community. We value all of our community members, and thus want to foster a positive contributing environment. Please take a look at our -[code of conduct](./CODE_OF_CONDUCT.md) before engaging in our workspaces. +[code of conduct](https://github.com/carbon-design-system/carbon/blob/master/docs/developer-handbook.md#carbon-code-of-conduct) +before engaging in our workspaces. ## Prerequisites diff --git a/packages/components/src/components/toggle/_toggle.scss b/packages/components/src/components/toggle/_toggle.scss index 156dc89feb08..4fdd72ec2100 100644 --- a/packages/components/src/components/toggle/_toggle.scss +++ b/packages/components/src/components/toggle/_toggle.scss @@ -306,7 +306,7 @@ content: ''; transition: transform $duration--fast-01 motion(exit, productive); } - + .#{$prefix}--toggle-input__label & { margin-top: $carbon--spacing-05; }