Skip to content

Commit

Permalink
Update pricing widget styles to enforce box-sizing property
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Dec 16, 2024
1 parent d799a1c commit 4a7da24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/deps/mas/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ merch-card[variant="pricing-widget"] [slot="price"] span[is="inline-price"] {
flex-direction: column;
overflow: hidden;
padding: 12px;
box-sizing: content-box;
box-sizing: content-box !important;
border: none;
}
Expand Down
2 changes: 1 addition & 1 deletion libs/features/mas/dist/mas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/features/mas/src/variants/pricing-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class PricingWidget extends VariantLayout {
flex-direction: column;
overflow: hidden;
padding: 12px;
box-sizing: content-box;
box-sizing: content-box !important;
border: none;
}
Expand Down

0 comments on commit 4a7da24

Please sign in to comment.