Skip to content

Commit

Permalink
fix(callout-with-media): prevent img overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-blum committed Dec 12, 2024
1 parent b7f5c52 commit 69fc016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}
}

:host(#{$c4d-prefix}-callout-with-media-image) .#{$prefix}--image__img {
:host(#{$c4d-prefix}-callout-with-media-image) .#{$c4d-prefix}--image__img {
max-inline-size: 100%;
}
}

0 comments on commit 69fc016

Please sign in to comment.