编辑帖子时,主题显示超出边框 #1490

This commit is contained in:
sw 2014-08-26 16:44:56 +08:00
parent 30cbbb5a2a
commit 79e83b9a85
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<%= course_board_breadcrumb(@message) %>
<% end %>
<h3><%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %></h3>
<h3><%= avatar(@topic.author, :size => "24") %><span style = "width:100%;word-break:break-all;"><%=h @topic.subject %></span></h3>
<%= form_for @message, {
:as => :message,