diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index 65875af6ac..657a9f4ffe 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -423,6 +423,7 @@ .rp-comment-content { margin: 0; color: @rp-type-darkgrey; + overflow-x: auto; // Long words, like links can overflow without this. } .rp-comment-resolver {