diff --git a/services/web/frontend/stylesheets/app/editor/review-panel.less b/services/web/frontend/stylesheets/app/editor/review-panel.less index 0b80ab6530..405d383a91 100644 --- a/services/web/frontend/stylesheets/app/editor/review-panel.less +++ b/services/web/frontend/stylesheets/app/editor/review-panel.less @@ -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 {