From: Pascal Mugnier Date: Mon, 4 Jun 2018 08:26:53 +0000 (+0200) Subject: SONAR-10806 Long parameter name overlaps description on Web API page X-Git-Tag: 7.5~1084 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c448fdb79b7768cfbfd481ab15e25b823ef45a25;p=sonarqube.git SONAR-10806 Long parameter name overlaps description on Web API page --- diff --git a/server/sonar-web/src/main/js/apps/web-api/styles/web-api.css b/server/sonar-web/src/main/js/apps/web-api/styles/web-api.css index 90456af8a8c..e84102a7f40 100644 --- a/server/sonar-web/src/main/js/apps/web-api/styles/web-api.css +++ b/server/sonar-web/src/main/js/apps/web-api/styles/web-api.css @@ -84,3 +84,8 @@ .web-api-params tr:first-child td { border-top: none; } + +.web-api-params td code { + white-space: normal; + word-wrap: break-word; +}