updated padding across cards and forms
This commit is contained in:
@@ -56,7 +56,7 @@ const NPEDFields = () => {
|
||||
enableReinitialize
|
||||
>
|
||||
{({ errors, touched }) => (
|
||||
<Form className="flex flex-col space-y-5">
|
||||
<Form className="flex flex-col space-y-5 px-2">
|
||||
<FormGroup>
|
||||
<label htmlFor="username">Username</label>
|
||||
{touched.username && errors.username && (
|
||||
|
||||
Reference in New Issue
Block a user