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