]> source.dussan.org Git - sonarqube.git/commitdiff
Set groups permission height the same size as users
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 19 Jul 2013 08:01:04 +0000 (10:01 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 19 Jul 2013 08:01:04 +0000 (10:01 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/roles/_edit_groups.html.erb

index c6916f9e02eca40499b5838d555a11a26187b23c..44dc3efb3ee669e7881c384c72be82b61d21f06a 100644 (file)
@@ -32,7 +32,7 @@
               <td class="box" style="padding: 5px 10px;" valign="top">
                 <h2>Permission: <%= @project ? role_name(@role) : global_role_name(@role) -%></h2>
 
-                <select name="groups[]" id="to" size="20" multiple="multiple" style="margin: 5px 0pt; width: 300px;">
+                <select name="groups[]" id="to" size="30" multiple="multiple" style="margin: 5px 0pt; width: 300px;">
                   <% granted_groups.each do |group| %>
                     <option value="<%= group ? group.id : '' -%>"><%= group_name(group) -%></option>
                   <% end %>