Openstatus www.openstatus.dev

fix height of submit button (#66)

authored by

Nikhil Mohite and committed by
GitHub
5fbd811b 787ae818

+1 -1
+1 -1
apps/web/src/app/_components/submit-button.tsx
··· 11 11 <Button 12 12 type="submit" 13 13 disabled={pending} 14 - className="w-20 disabled:opacity-100" 14 + className="h-auto w-20 disabled:opacity-100" 15 15 > 16 16 {pending ? <LoadingAnimation /> : "Join"} 17 17 </Button>