Skip to content

Commit

Permalink
fix(gql): 2426 min 3 rows for textbox
Browse files Browse the repository at this point in the history
Closes #2426
  • Loading branch information
Christine Yu committed May 30, 2016
1 parent b6f4e89 commit f7dab61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/scripts/components/gql/templates/gql.html
Expand Up @@ -8,5 +8,6 @@
aria-label="Advanced Query"
placeholder="Start Typing Your Query...."
data-ng-trim="false"
rows="3"
role="textbox">
</textarea>
</textarea>

0 comments on commit f7dab61

Please sign in to comment.