修复缺陷标题超出界面的问题

This commit is contained in:
sw 2014-08-13 17:37:00 +08:00
parent 8c59abc070
commit df0c1e5917
1 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,9 @@
<%= render :partial => 'action_menu' %>
<h3><%= issue_heading(@issue) %></h3>
<h3>
<%= issue_heading(@issue) %>
</h3>
<style type="text/css"></style>
@ -25,9 +27,9 @@
</div>
<% end %>
<!-- <%= avatar(@issue.author, :size => "50") %> -->
<!-- <%#= avatar(@issue.author, :size => "50") %> -->
<div class="subject">
<div class="subject" style="word-wrap: break-word;">
<%= render_issue_subject_with_tree(@issue) %>
</div>