Skip to content

Commit

Permalink
Merge pull request #1241 from adamopenweb/1230/1
Browse files Browse the repository at this point in the history
Fixes #1230. Set resize to vertical on text areas
  • Loading branch information
Mike Taylor authored Dec 13, 2016
2 parents b562edb + 6b50bd8 commit ed1183f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webcompat/static/css/development/components/comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
border-style: solid solid dashed solid;
border-width: 1px;
padding: 1em;
resize: vertical;
}

/* Textarea Placeholder style */
Expand All @@ -60,7 +61,7 @@
background-color: #f5f5f5;
padding: 1em;
}

@media all and (max-width: 61.87em) {
.wc-Comment-header {
padding: .5em;
Expand Down
1 change: 1 addition & 0 deletions webcompat/static/css/development/components/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
/* modifier */
.wc-Form-item--textarea {
min-height: 250px;
resize: vertical;
}

input[type="radio"] {
Expand Down

0 comments on commit ed1183f

Please sign in to comment.