Fixed input full width
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2021-11-15 13:28:14 +01:00
parent 224a5e5ff5
commit 55ee0516da
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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}