Skip to content

Commit

Permalink
Fix(web): Prevent SVG inside PartnerLogo from overflowing #DS-1560
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Dec 6, 2024
1 parent fd21b18 commit 93701b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

.PartnerLogo > img,
.PartnerLogo > svg {
width: fit-content;
width: auto;
max-width: 100%;
height: var(--#{tokens.$css-variable-prefix}partner-logo-image-height);
}

Expand Down

0 comments on commit 93701b9

Please sign in to comment.