From: Pascal Mugnier Date: Thu, 22 Mar 2018 14:38:47 +0000 (+0100) Subject: SONAR-9885 Improve rendering of long error messages X-Git-Tag: 7.5~1465 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4ff080e06a6211ff27efdc097e8b3692d670e212;p=sonarqube.git SONAR-9885 Improve rendering of long error messages --- diff --git a/server/sonar-web/src/main/js/app/styles/components/ui.css b/server/sonar-web/src/main/js/app/styles/components/ui.css index e6bc2245ac7..b3530f16c2e 100644 --- a/server/sonar-web/src/main/js/app/styles/components/ui.css +++ b/server/sonar-web/src/main/js/app/styles/components/ui.css @@ -24,6 +24,7 @@ left: 50%; width: 350px; margin-left: -175px; + word-break: break-all; } .process-spinner {