Fixed input full width
This commit is contained in:
parent
224a5e5ff5
commit
55ee0516da
@ -19,7 +19,7 @@ export const AddTodoForm: FC<{
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Todo name"
|
placeholder="Todo name"
|
||||||
className="text-sm"
|
className="text-sm w-full"
|
||||||
autoFocus
|
autoFocus
|
||||||
value={todoName}
|
value={todoName}
|
||||||
tabIndex={1}
|
tabIndex={1}
|
||||||
|
Loading…
Reference in New Issue
Block a user