Skip to content

Commit

Permalink
Fix button spinner in Safari (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashkovtsevlx authored May 6, 2022
1 parent dcf6e50 commit 504102e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,11 @@ button.shopify-payment-button__button--unbranded {
position: absolute;
height: 100%;
display: flex;
align-items: center;
}

.button.loading > .loading-overlay__spinner .spinner {
width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
Expand Down

0 comments on commit 504102e

Please sign in to comment.