Skip to content

Commit

Permalink
feat: break all characters in answer paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
greenblues1190 committed Oct 11, 2022
1 parent fc98c15 commit 5ad7d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

.application-item-answer {
white-space: pre-line;
word-break: keep-all;
word-break: break-all;
}

.application-item-url {
Expand Down

0 comments on commit 5ad7d64

Please sign in to comment.