Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
S1B41 committed Nov 13, 2020
1 parent 60ffb30 commit 7e072e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/noteList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class notelist extends Component {
}
/>
</div>
<div style={{ marginTop: 20 }}>
<div style={{ marginBottom: 20, marginTop: 20 }}>
<label>Note</label>
<TextareaAutosize
onChange={e => this.onUpdate({ value: e.target.value })}
Expand Down

0 comments on commit 7e072e4

Please sign in to comment.