Skip to content

Commit

Permalink
fix: lines not wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Feb 17, 2024
1 parent 8c06fd2 commit 803f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
width: 100%;
}

.mismerge.wrap-lines .msm__view.editable .msm__line pre,
.mismerge.wrap-lines .msm__view .msm__line pre,
.mismerge.wrap-lines .msm__view textarea {
white-space: pre-wrap;
word-break: normal;
Expand Down

0 comments on commit 803f34c

Please sign in to comment.