We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c424f commit aa367b7Copy full SHA for aa367b7
src/components/Input.jsx
@@ -14,6 +14,7 @@ const Input = (props) => {
14
className="form-control"
15
id="listItemInput"
16
placeholder="Add new todo"
17
+ style={{ "margin-bottom": 20 }}
18
onChange={props.inputChange.bind(this)}
19
value={props.value}
20
/>
0 commit comments