From: Jean-Baptiste Lievremont Date: Thu, 24 Jul 2014 07:50:41 +0000 (+0200) Subject: SONAR-3373 Increase size of description field for custom and manual rules X-Git-Tag: 4.5-RC1~375^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=15e81a8e94e3e209f35b56ba21eeffcfbb4f7a28;p=sonarqube.git SONAR-3373 Increase size of description field for custom and manual rules --- diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs index c0bdfdc46e5..e9db47f05eb 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-custom-rule-creation.hbs @@ -34,7 +34,7 @@

{{t 'description'}} *

+ class="coding-rules-markdown-description" rows="15">{{{mdDesc}}} {{> '_markdown-tips' }} diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs index 4cf821ccdd3..389dd69c661 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-manual-rule-creation.hbs @@ -34,7 +34,7 @@

{{t 'description'}} *

+ class="coding-rules-markdown-description" rows="15">{{{mdDesc}}} {{> '_markdown-tips' }}