Skip to content

Commit

Permalink
Fix textarea not wrapping on Firefox (#10)
Browse files Browse the repository at this point in the history
Issue #8
  • Loading branch information
MattPlays committed Jan 25, 2021
1 parent 4315714 commit bebad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ textarea{
border: none;
border-radius: 0;
outline: none;
white-space: nowrap;
white-space: pre-wrap;
z-index: 1;
}

Expand Down

0 comments on commit bebad94

Please sign in to comment.