From: Stas Vilchik Date: Fri, 15 Jan 2016 16:43:19 +0000 (+0100) Subject: fix display of rule creation form X-Git-Tag: 5.4-M8~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=920235c5cbcbccfd92eaeb0f50d716b2696e939a;p=sonarqube.git fix display of rule creation form --- diff --git a/server/sonar-web/src/main/js/apps/coding-rules/templates/rule/coding-rules-custom-rule-creation.hbs b/server/sonar-web/src/main/js/apps/coding-rules/templates/rule/coding-rules-custom-rule-creation.hbs index dcb9cd973a9..93f2a770390 100644 --- a/server/sonar-web/src/main/js/apps/coding-rules/templates/rule/coding-rules-custom-rule-creation.hbs +++ b/server/sonar-web/src/main/js/apps/coding-rules/templates/rule/coding-rules-custom-rule-creation.hbs @@ -66,7 +66,7 @@ {{else}} {{/eq}} -
{{htmlDesc}}
+
{{{htmlDesc}}}
{{#if extra}}
{{extra}}
{{/if}} diff --git a/server/sonar-web/src/main/less/pages/coding-rules.less b/server/sonar-web/src/main/less/pages/coding-rules.less index fdb672732d7..83d7aad6231 100644 --- a/server/sonar-web/src/main/less/pages/coding-rules.less +++ b/server/sonar-web/src/main/less/pages/coding-rules.less @@ -385,7 +385,7 @@ } input.coding-rules-name-key { - width: 30em; + width: 100%; } textarea.coding-rules-markdown-description {