Skip to content

Commit

Permalink
MWPW-151429: Price overflow fix on Mini compare card
Browse files Browse the repository at this point in the history
Fixes price overflowing outside mini compare merch card.

Test URL: https://main--cc--adobecom.hlx.live/il_he/creativecloud?milolibs=MWPW-151429--milo--adobecom
  • Loading branch information
Axelcureno committed Jun 20, 2024
1 parent ecf0570 commit 30652ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-components/src/global.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ merch-card[variant="mini-compare-chart"] [is="inline-price"] {
display: inline-block;
min-height: 30px;
min-width: 1px;
word-break: break-all;
}
merch-card[variant="mini-compare-chart"] span.placeholder-resolved[data-template="strikethrough"] {
Expand Down

0 comments on commit 30652ba

Please sign in to comment.