Skip to content

Commit

Permalink
fix(www): unquoted value (#19444)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored and pieh committed Nov 12, 2019
1 parent 5eef712 commit cae6383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/feedback-widget/feedback-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const textareaStyles = {
height: `5.5rem`,
mt: 1,
mb: 4,
overflowY: scroll,
overflowY: `scroll`,
}

const FeedbackForm = ({
Expand Down

0 comments on commit cae6383

Please sign in to comment.