mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: fixed the title box overlapping issue (#785)
The issue is fixed. Now the box is no more overlapping <img width="305" alt="Screenshot 2023-12-26 at 10 20 32 AM" src="https://github.com/documenso/documenso/assets/77022877/bd17ed92-7bb0-4f3a-b0f6-173e5f6b5029">
This commit is contained in:
committed by
GitHub
parent
3f89f8725b
commit
918c6f19f2
@ -64,7 +64,7 @@ export const AddTitleFormPartial = ({
|
|||||||
|
|
||||||
<Input
|
<Input
|
||||||
id="title"
|
id="title"
|
||||||
className="bg-background mt-2"
|
className="bg-background my-2"
|
||||||
disabled={isSubmitting}
|
disabled={isSubmitting}
|
||||||
{...register('title', { required: "Title can't be empty" })}
|
{...register('title', { required: "Title can't be empty" })}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user