Skip to content

Commit

Permalink
fix(callout-quote): content off grid
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethababu9223 committed Aug 22, 2023
1 parent 2c70694 commit d2149b1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@
margin: 1rem 0.5rem;
}
}

:host(#{$dds-prefix}-callout-quote) {
.#{$prefix}--quote__wrapper{
margin-left: -1rem;
margin-right: -1rem;
}
}

0 comments on commit d2149b1

Please sign in to comment.