缺陷列表中缺陷名称增加自动换行

This commit is contained in:
sw 2014-10-15 17:36:41 +08:00
parent d541309455
commit 3ad8ac4378
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<ul class="issue_list">
<% unless issue.author.nil? || issue.author.name == "Anonymous" %>
<ul class="list-group-item-meta">
<ul class="list-group-item-meta" style="word-break: break-all;word-wrap: break-word;">
<span> <%= link_to issue.author.name, user_path(issue.author), :class => "bid_user_u" %></span>
<%= l(:label_post_on)%> <% a = [] %>
<% a << column_content[1] %>