Skip to content

Commit

Permalink
fix(callout-with-media): box-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-blum committed Dec 12, 2024
1 parent 58b1d7c commit b7f5c52
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
@include callout;

@mixin callout-with-media {
* {
box-sizing: border-box;
}

:host(#{$c4d-prefix}-callout-with-media) {
@extend :host(#{$c4d-prefix}-callout);

Expand Down

0 comments on commit b7f5c52

Please sign in to comment.