]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10806 Long parameter name overlaps description on Web API page
authorPascal Mugnier <pascal.mugnier@sonarsource.com>
Mon, 4 Jun 2018 08:26:53 +0000 (10:26 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 6 Jun 2018 18:20:51 +0000 (20:20 +0200)
server/sonar-web/src/main/js/apps/web-api/styles/web-api.css

index 90456af8a8c07f57cea8583a01e88257e1aa0018..e84102a7f402623db3aed043b8f7e4567fc5860c 100644 (file)
@@ -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;
+}