Skip to content

Commit

Permalink
fix(CreateTearsheet): remove grid margin (#1170)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Gallo <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 18, 2021
1 parent 5d2c372 commit 75bfb54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

.#{$block-class} .#{$block-class}__content .#{$carbon-prefix}--grid {
padding: 0;
margin: 0;
}

.#{$block-class} .#{$block-class}__step--heading {
Expand Down

0 comments on commit 75bfb54

Please sign in to comment.