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 d2149b1 commit 8c5e13e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
}
}

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

0 comments on commit 8c5e13e

Please sign in to comment.