diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-09-29 09:27:33 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-09-29 09:27:33 +0200 |
commit | 211911d6ca8f772c9a9a3efa4feda103eb4b5b09 (patch) | |
tree | 25d33763c8e1f34178cec72146cfa96a0385e1bf /server | |
parent | 1775b82f782b982ce23caade648aaa295cd86234 (diff) | |
download | sonarqube-211911d6ca8f772c9a9a3efa4feda103eb4b5b09.tar.gz sonarqube-211911d6ca8f772c9a9a3efa4feda103eb4b5b09.zip |
SONAR-6840 apply feedback
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/apps/api-documentation/templates/api-documentation-action.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/api-documentation/templates/api-documentation-action.hbs b/server/sonar-web/src/main/js/apps/api-documentation/templates/api-documentation-action.hbs index 8673a87e066..e06fa31974e 100644 --- a/server/sonar-web/src/main/js/apps/api-documentation/templates/api-documentation-action.hbs +++ b/server/sonar-web/src/main/js/apps/api-documentation/templates/api-documentation-action.hbs @@ -67,7 +67,7 @@ {{#if responseExample}} <div class="little-spacer-top"> - <pre style="word-break: break-word;">{{responseExample}}</pre> + <pre style="white-space: pre-wrap;">{{responseExample}}</pre> </div> {{/if}} {{/if}} |