From 57346646b089fd415cd273589fb7abacb21d30df Mon Sep 17 00:00:00 2001 From: ariellalgilmore Date: Thu, 21 Sep 2023 08:45:38 -0700 Subject: [PATCH] fix(callout): format --- .../components/callout-with-media/_callout-with-media.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/styles/scss/components/callout-with-media/_callout-with-media.scss b/packages/styles/scss/components/callout-with-media/_callout-with-media.scss index 54ab0ecec35..6b579fdaaf1 100644 --- a/packages/styles/scss/components/callout-with-media/_callout-with-media.scss +++ b/packages/styles/scss/components/callout-with-media/_callout-with-media.scss @@ -91,7 +91,8 @@ @extend :host(#{$c4d-prefix}-callout-text[color-scheme='cyan']); } - :host(#{$c4d-prefix}-callout-with-media-image) .#{$c4d-prefix}--image__caption, + :host(#{$c4d-prefix}-callout-with-media-image) + .#{$c4d-prefix}--image__caption, :host(#{$c4d-prefix}-callout-with-media-video) ::slotted(#{$c4d-prefix}-video-player) { @extend :host(#{$c4d-prefix}-callout-caption);