Skip to content

Commit

Permalink
Prevent horizontal textarea resizing on feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed Dec 20, 2019
1 parent e5e1dd5 commit b02ef62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Overthought/Feedback/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const Textarea = styled.textarea`
border-radius: ${defaultTheme.space[2]};
font-size: ${defaultTheme.fontSizes[2]};
background: ${props => props.theme.bg.primary};
resize: vertical;
&:focus {
border: 1px solid ${props => props.theme.accent.blue};
Expand Down

0 comments on commit b02ef62

Please sign in to comment.