diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb
index dd3d9d9b8..eec93c86c 100644
--- a/app/views/versions/index.html.erb
+++ b/app/views/versions/index.html.erb
@@ -47,7 +47,7 @@
<% issues.each do |issue| -%>
<%= link_to_issue_version(issue, :project => (@project != issue.project)) %>
- 指派给:<%= link_to "#{User.find(issue.try(:assigned_to_id)).show_name}", user_path(issue.try(:assigned_to_id)), :class => "c_blue hidden" %>
+ 指派给:<%= link_to "#{User.find(issue.try(:assigned_to_id)).show_name}", user_path(issue.try(:assigned_to_id)), :class => "c_blue hidden fr", :style => "width:50px;" %>
<% end -%>