Skip to content

Commit

Permalink
Merge pull request #39 from dabapps/textarea-resizing
Browse files Browse the repository at this point in the history
Limit textarea resizing
  • Loading branch information
JakeSidSmith authored May 18, 2017
2 parents 00d458e + 395faa2 commit a3b119c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roe",
"version": "0.1.6",
"version": "0.1.7",
"description": "A Collection of React Components for Project Development",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/less/inputs.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ label {
margin-left: 0;
}

& > textarea {
resize: vertical;
}

& > label {
width: auto;
padding-right: @spacing-horizontal-base;
Expand Down

0 comments on commit a3b119c

Please sign in to comment.