Skip to content

Commit

Permalink
Change Ref ID font to monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagesh Pai committed Dec 6, 2024
1 parent d1339f9 commit 292bfd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/deposits/details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const DepositOverview: React.FC< DepositOverviewProps > = ( {
</span>
<button
type="button"
className="woopayments-copy-bank-reference-key"
className="woopayments-copy-button-bank-reference-key"
aria-label={ __(
'Copy bank reference key to clipboard',
'woocommerce-payments'
Expand Down
6 changes: 5 additions & 1 deletion client/deposits/details/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
word-wrap: break-word;
}

.woopayments-copy-bank-reference-key {
.woopayments-payout-bank-reference-key {
font-family: monospace;
}

.woopayments-copy-button-bank-reference-key {
line-height: 1.2em;
display: inline-flex;
background: transparent;
Expand Down

0 comments on commit 292bfd9

Please sign in to comment.