Skip to content

Commit

Permalink
show more lines for description (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Jan 16, 2018
1 parent 82b87d1 commit 21119fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions renderer/pages/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ class Add extends Component {
inputRef="title"
/>

<Input
label="Description"
name="description"
placeholder="The people who are crazy enough to think they can change the world are the ones who do."
multiline={true}
onChange={this.inputChange}
value={description}
inputRef="description"
/>

<Input
label="Project"
name="project"
Expand All @@ -100,6 +90,16 @@ class Add extends Component {
inputRef="project"
hasProject={true}
/>

<Input
label="Description"
name="description"
placeholder="The people who are crazy enough to think they can change the world are the ones who do."
multiline={true}
onChange={this.inputChange}
value={description}
inputRef="description"
/>
</fieldset>

<footer>
Expand Down

0 comments on commit 21119fe

Please sign in to comment.