Skip to content

Commit

Permalink
Merge pull request #1643 from tactilenews/1642_fix_word_wrapping_issu…
Browse files Browse the repository at this point in the history
…e_requests_new_form
  • Loading branch information
mattwr18 authored Jul 13, 2023
2 parents 302f03f + 3111dd7 commit 1e20e07
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 1e20e07

Please sign in to comment.