]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5091 Fix icon wrapping under input field
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 18 Mar 2014 12:55:37 +0000 (13:55 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 18 Mar 2014 12:55:37 +0000 (13:55 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_condition_template.hbs.erb

index 95ace5887a95ac1ee8df85a3ec2d193c6df81c12..7ca5001604062dfc2bef49ed10bdd0c2935cfcee 100644 (file)
@@ -25,7 +25,7 @@
       {{t 'quality_gates.operator' op}}
     {{/if}}
   </td>
-  <td width="15%">
+  <td width="15%" nowrap="nowrap">
     <i class="icon-alert-warn" title="{{t 'alerts.warning_tooltip'}}"></i>
     {{#if canEdit}}
       <input name="warning" class="measure-input" data-type="{{metric.type}}" type="text">
@@ -33,7 +33,7 @@
       {{warning}}
     {{/if}}
   </td>
-  <td width="15%">
+  <td width="15%" nowrap="nowrap">
     <i class="icon-alert-error" title="{{t 'alerts.error_tooltip'}}"></i>
     {{#if canEdit}}
       <input name="error" class="measure-input" data-type="{{metric.type}}" type="text">