Merge pull request #3843 from overleaf/ab-comment-linebreak

Add CSS property to display line-breaks in review comments

GitOrigin-RevId: aa499556c0c50d042450e0421a55d51c9a097a29
This commit is contained in:
Alexandre Bourdin 2021-03-30 12:01:51 +02:00 committed by Copybot
parent c9f772f497
commit 57cd6b4754

View file

@ -492,6 +492,7 @@
margin: 0;
color: @rp-type-darkgrey;
overflow-x: auto; // Long words, like links can overflow without this.
white-space: pre-wrap;
}
.rp-comment-resolver {