]> source.dussan.org Git - sonarqube.git/commitdiff
Add nowrap on old key column on update key console
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 17 Oct 2013 14:49:58 +0000 (16:49 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 17 Oct 2013 14:49:58 +0000 (16:49 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/project/key.html.erb

index d0e9e7be0df585793f5b64502e75b03ec430880b..3cee3d75a7e92ddb90db772e3e04f547e0765c1e 100644 (file)
@@ -56,7 +56,7 @@
   <table class="data" style="width:1%">
     <thead>
       <tr>
-        <th><%= message('update_key.old_key') -%></th>
+        <th class="nowrap"><%= message('update_key.old_key') -%></th>
         <th><%= message('update_key.new_key') -%></th>
       </tr>
     </thead>
@@ -65,4 +65,4 @@
     </tbody>
   </table>
   
-<% end %>
\ No newline at end of file
+<% end %>