]> source.dussan.org Git - redmine.git/commitdiff
"Edit" misaligned in project members view (#13199).
authorGo MAEDA <maeda@farend.jp>
Sun, 16 Jan 2022 05:02:31 +0000 (05:02 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 16 Jan 2022 05:02:31 +0000 (05:02 +0000)
Contributed by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21366 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/settings/_members.html.erb
public/stylesheets/application.css

index 6dab1c294046f7c09772b0abf4b0f8a58753bc6a..811b0051c58f89c246257a7e7233561ff0ac1fde 100644 (file)
@@ -11,7 +11,7 @@
     <tr>
       <th><%= l(:label_user) %> / <%= l(:label_group) %></th>
       <th><%= l(:label_role_plural) %></th>
-      <th style="width:15%"></th>
+      <th></th>
       <%= call_hook(:view_projects_settings_members_table_header, :project => @project) %>
     </tr>
   </thead>
index 1cae2e6e0705de08a2ef5ac0d9bcb3404b2a87d2..4e998c11eb073f85e24100d377d6ec53819010bb 100644 (file)
@@ -322,6 +322,7 @@ table.files tr.file td.filename { text-align: left; padding-left: 24px; }
 table.files tr.file td.digest { font-size: 80%; }
 
 table.members td.roles, table.memberships td.roles { width: 45%; }
+table.members td.buttons { text-align: left; width: 1px; white-space: nowrap;}
 
 table.messages td.last_message {text-align:left;}
 tr.message { height: 2.6em; }