Skip to content

Commit

Permalink
Fix word wrapping issue in requests new form
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed May 25, 2023
1 parent c19178e commit 3111dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/textarea/textarea.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
position: absolute;
top: 0;
left: 0;
overflow-wrap: break-word;
white-space: pre-wrap;
border-color: transparent;
color: var(--color-text);
Expand Down

0 comments on commit 3111dd7

Please sign in to comment.