updated padding across cards and forms
This commit is contained in:
@@ -26,7 +26,7 @@ const NPEDHotlist = () => {
|
||||
<Formik initialValues={initialValue} onSubmit={handleSubmit}>
|
||||
{({ setFieldValue, setErrors, errors }) => {
|
||||
return (
|
||||
<Form className="flex flex-col space-y-2">
|
||||
<Form className="flex flex-col space-y-2 px-2">
|
||||
<input
|
||||
type="file"
|
||||
name="file"
|
||||
|
||||
Reference in New Issue
Block a user