mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-11 16:49:28 -04:00
Fix input width style in optional-profile-form by enforcing !w-20 class
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user