diff --git a/packages/components/bolt-blockquote/src/blockquote.scss b/packages/components/bolt-blockquote/src/blockquote.scss index 210588814c..bdc8dff321 100644 --- a/packages/components/bolt-blockquote/src/blockquote.scss +++ b/packages/components/bolt-blockquote/src/blockquote.scss @@ -66,7 +66,7 @@ $bolt-blockquote-image-size: 4rem; ::slotted(p:first-child), ::slotted(p.is-first-child), ::slotted(p:last-child), - ::slotted(p.is-last-child), { + ::slotted(p.is-last-child) { &:before, &:after { font-family: 'Georgia', serif; // TODO: Replace with Noto Serif when it is added. @@ -271,7 +271,7 @@ $bolt-blockquote-image-size: 4rem; p:first-child:before { @include bolt-padding(0 2px); } - + ::slotted(p:first-child), ::slotted(p.is-first-child) { &:before {