Skip to content

Commit

Permalink
padding on verify button (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei authored Sep 17, 2024
1 parent f1294af commit cd9bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/gidx/verify-me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const VerifyMe = (props: { user: User }) => {
{getVerificationStatus(user).status !== 'success' &&
`You are not yet verified! Verify to start trading on ${SWEEPIES_NAME} markets.`}
</span>
<VerifyButton className={'w-full whitespace-nowrap sm:w-fit'} />
<VerifyButton className={'w-full shrink-0 whitespace-nowrap sm:w-fit'} />
</Col>
)
}
Expand Down

0 comments on commit cd9bc55

Please sign in to comment.