Skip to content

Commit

Permalink
#100 minor AddTodo layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaslatendresse committed Nov 19, 2019
1 parent bf4f823 commit 6717f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutify/src/components/Todo/AddTodo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class AddTodo extends Component {

render() {
return (
<Paper style={{ margin: 16, padding: 16 }}>
<Paper style={{ margin: 12, padding: 12 }}>
<form onSubmit={this.onSubmit}>
<Grid container >
<Grid xs={10} md={11} item style={{ paddingRight: 16 }}>
Expand Down

0 comments on commit 6717f03

Please sign in to comment.