<table>
<tr class="property">
- <th><h3>{{t 'name'}} <em class="mandatory">*</em></h3></th>
+ <th class="nowrap"><h3>{{t 'name'}} <em class="mandatory">*</em></h3></th>
<td>
<input type="text" name="name" id="coding-rules-custom-rule-creation-name"
class="coding-rules-name-key" value="{{name}}"/>
</td>
</tr>
<tr class="property">
- <th><h3>{{t 'key'}}{{#unless change}} <em class="mandatory">*</em>{{/unless}}</h3></th>
+ <th class="nowrap"><h3>{{t 'key'}}{{#unless change}} <em class="mandatory">*</em>{{/unless}}</h3></th>
<td>
{{#if change}}
<span class="coding-rules-detail-custom-rule-key" title="{{key}}">{{key}}</span>
</td>
</tr>
<tr class="property">
- <th><h3>{{t 'description'}} <em class="mandatory">*</em></h3></th>
+ <th class="nowrap"><h3>{{t 'description'}} <em class="mandatory">*</em></h3></th>
<td>
<textarea name="markdown_description" id="coding-rules-custom-rule-creation-html-description"
class="coding-rules-markdown-description" rows="15">{{{mdDesc}}}</textarea>
</td>
</tr>
<tr class="property">
- <th><h3>{{t 'severity'}}</h3></th>
+ <th class="nowrap"><h3>{{t 'severity'}}</h3></th>
<td>
<select id="coding-rules-custom-rule-creation-severity">
{{#each severities}}
</td>
</tr>
<tr class="property">
- <th><h3>{{t 'coding_rules.filters.status'}}</h3></th>
+ <th class="nowrap"><h3>{{t 'coding_rules.filters.status'}}</h3></th>
<td>
<select id="coding-rules-custom-rule-creation-status">
{{#each statuses}}
</tr>
{{#each params}}
<tr class="property">
- <th><h3>{{key}}</h3></th>
+ <th class="nowrap"><h3>{{key}}</h3></th>
<td>
{{#eq type 'TEXT'}}
<textarea class="width100" rows="3" name="{{key}}" placeholder="{{defaultValue}}">{{value}}</textarea>
<table>
<tr class="property">
- <th><h3>{{t 'name'}} <em class="mandatory">*</em></h3></th>
+ <th class="nowrap"><h3>{{t 'name'}} <em class="mandatory">*</em></h3></th>
<td>
<input type="text" name="name" id="coding-rules-manual-rule-creation-name"
class="coding-rules-name-key" value="{{name}}"/>
</td>
</tr>
<tr class="property">
- <th><h3>{{t 'key'}}{{#unless change}} <em class="mandatory">*</em>{{/unless}}</h3></th>
+ <th class="nowrap"><h3>{{t 'key'}}{{#unless change}} <em class="mandatory">*</em>{{/unless}}</h3></th>
<td>
{{#if change}}
{{key}}
</td>
</tr>
<tr class="property">
- <th><h3>{{t 'description'}} <em class="mandatory">*</em></h3></th>
+ <th class="nowrap"><h3>{{t 'description'}} <em class="mandatory">*</em></h3></th>
<td>
<textarea name="markdown_description" id="coding-rules-manual-rule-creation-html-description"
class="coding-rules-markdown-description" rows="15">{{{mdDesc}}}</textarea>
<table>
<tr class="property">
- <th><h3>{{t 'coding_rules.quality_profile'}}</h3></th>
+ <th class="nowrap"><h3>{{t 'coding_rules.quality_profile'}}</h3></th>
<td>
{{#any key qProfile}}
{{name}}
</td>
</tr>
<tr class="property">
- <th><h3>{{t 'severity'}}</h3></th>
+ <th class="nowrap"><h3>{{t 'severity'}}</h3></th>
<td>
<select id="coding-rules-quality-profile-activation-severity">
{{#each severities}}
{{else}}
{{#each params}}
<tr class="property">
- <th><h3>{{key}}</h3></th>
+ <th class="nowrap"><h3>{{key}}</h3></th>
<td>
{{#eq type 'TEXT'}}
<textarea class="width100" rows="3" name="{{key}}" placeholder="{{defaultValue}}">{{value}}</textarea>