Skip to content

Commit

Permalink
fix: do not shrink the copy address button to prevent multiline button
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 18, 2024
1 parent aac568c commit cbd13c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfileAddressCopy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { copyToClipboard } = useCopy();
</div>
</button>
<button
class="flex cursor-pointer items-center rounded border px-1 text-xs"
class="flex cursor-pointer items-center rounded border px-1 text-xs shrink-0"
@click="copyToClipboard(userAddress)"
>
{{ shorten(userAddress) }}
Expand Down

0 comments on commit cbd13c6

Please sign in to comment.