Skip to content

Commit

Permalink
Fix an issue with the copy test card number on Astra theme (#10309)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpressutto5 authored Feb 10, 2025
1 parent 5ce68f2 commit d500655
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog/fix-astra-theme-card-number
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Fixed an issue with the copy test card number on Astra theme
5 changes: 3 additions & 2 deletions client/checkout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
font-weight: normal;
display: inline-flex;
cursor: pointer;
color: inherit;
color: inherit !important;
font-size: initial;
padding: 2px 1px;
padding: 2px 1px !important;
align-items: center;
box-shadow: none !important;

span {
margin-right: 4px;
Expand Down

0 comments on commit d500655

Please sign in to comment.