Skip to content

Commit

Permalink
MWPW-159356: Merch Card grid misalignment fix (#2984)
Browse files Browse the repository at this point in the history
* missing alignment css prop

* Update merch-card.js
  • Loading branch information
Axelcureno authored Oct 21, 2024
1 parent 876a0a8 commit 2479ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/deps/mas/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,7 @@ merch-card-collection > div[slot] p {
display: grid;
justify-content: center;
justify-items: stretch;
align-items: normal;
gap: var(--consonant-merch-spacing-m);
padding: var(--spacing-m);
}
Expand Down
1 change: 1 addition & 0 deletions libs/features/mas/web-components/src/global.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ merch-card-collection > div[slot] p {
display: grid;
justify-content: center;
justify-items: stretch;
align-items: normal;
gap: var(--consonant-merch-spacing-m);
padding: var(--spacing-m);
}
Expand Down

0 comments on commit 2479ccb

Please sign in to comment.