diff --git a/web/components/optional-profile-form.tsx b/web/components/optional-profile-form.tsx index 80d3fcd4..4e353fe5 100644 --- a/web/components/optional-profile-form.tsx +++ b/web/components/optional-profile-form.tsx @@ -992,7 +992,7 @@ export const OptionalProfileUserForm = (props: { const value = e.target.value === '' ? null : Number(e.target.value) setProfile('drinks_per_month', value) }} - className={'w-20'} + className={'!w-20'} min={0} value={profile['drinks_per_month'] ?? undefined} />