diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-03-21 14:09:52 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-22 12:37:51 +0100 |
commit | 33d8f0df151bc7334ce92a705da292bdd2ea4ace (patch) | |
tree | c96c11d5c7811b76619c07c93cc0994a4a53eb62 /server | |
parent | dc1fd0df81856c9260e247ee3ae385df58d23916 (diff) | |
download | sonarqube-33d8f0df151bc7334ce92a705da292bdd2ea4ace.tar.gz sonarqube-33d8f0df151bc7334ce92a705da292bdd2ea4ace.zip |
SONAR-10198 Fix long links in issue comments break layout (#28)
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/app/styles/components/issues.css | 1 |
1 files changed, 1 insertions, 0 deletions
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, |