Skip to content

Commit

Permalink
chore: left align pk in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 17, 2023
1 parent 9ace1d2 commit 94bb1c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const WalletPkDialog = ({ pk }: WalletPkDialogProps) => {
}, 2000);
}}
>
<button className="break-words font-mono text-xs p-2 border rounded-md hover:bg-muted transition-colors max-w-[540px] text-center cursor-pointer">
<button className="break-words font-mono text-xs p-2 border rounded-md hover:bg-muted transition-colors max-w-[540px] text-left cursor-pointer">
{pk}
</button>
</CopyToClipboard>
Expand Down

1 comment on commit 94bb1c2

@vercel
Copy link

@vercel vercel bot commented on 94bb1c2 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.