mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
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:
parent
c9f772f497
commit
57cd6b4754
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue