From: Pascal Mugnier Date: Wed, 21 Mar 2018 13:09:52 +0000 (+0100) Subject: SONAR-10198 Fix long links in issue comments break layout (#28) X-Git-Tag: 7.5~1492 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33d8f0df151bc7334ce92a705da292bdd2ea4ace;p=sonarqube.git SONAR-10198 Fix long links in issue comments break layout (#28) --- diff --git a/server/sonar-web/src/main/js/app/styles/components/issues.css b/server/sonar-web/src/main/js/app/styles/components/issues.css index 90380f2eb8f..686167c867b 100644 --- a/server/sonar-web/src/main/js/app/styles/components/issues.css +++ b/server/sonar-web/src/main/js/app/styles/components/issues.css @@ -217,6 +217,7 @@ line-height: 18px; line-height: 1.5; outline: none; + word-break: break-all; } .issue-comment-text p,