]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4100 Improve rendering
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Tue, 19 Feb 2013 14:26:43 +0000 (15:26 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Tue, 19 Feb 2013 14:28:12 +0000 (15:28 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/account/_per_project_notifications.html.erb

index 92e0d301b2a98f54710553e9716527b83aa69091..94a9d5d8e1c6d8c209e0c1028400227dd6b90aeb 100644 (file)
@@ -26,7 +26,7 @@
            unless @per_project_notifications.empty?
              @per_project_dispatchers.each do |dispatcher| 
         %>
-          <td style="max-width: 200px;" class="center"><b><%= message('notification.dispatcher.' + dispatcher) -%></b></td>
+          <td style="width: 180px;" class="center"><b><%= message('notification.dispatcher.' + dispatcher) -%></b></td>
         <% 
              end
            end