Skip to content
Snippets Groups Projects
Commit a84ae9e5 authored by Thomas Roos's avatar Thomas Roos
Browse files

Allow multiline problem descriptions

parent 31492728
No related branches found
No related tags found
No related merge requests found
......@@ -113,13 +113,12 @@ class EditPanel extends React.Component {
<div className="field">
<label className="label">Description</label>
<div className="control has-icons-left">
<input className="input" placeholder="Description"
<textarea className="input" rows="2" placeholder="Description"
value={this.state.description} onChange={this.changeDesc} onKeyDown={this.key} />
<span className="icon is-small is-left">
<i className="fa fa-comment-o"></i>
</span>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment