Fixed input full width
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user