单个帖子主题超出问题修复;

This commit is contained in:
chenmin 2014-08-15 15:12:26 +08:00
parent e44ece80f6
commit a420a41b78
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<%= link_to @topic.author, user_path(@topic.author) %>
</p>
</div>
<div class="memo-section">
<div class="memo-section" style="width: 100%;word-break: break-all;">
<div class="memo-title <%= @topic.sticky? ? 'sticky' : '' %> <%= @topic.locked? ? 'locked' : '' %>">
<% if @project %>
<%= label_tag l(:field_subject) %>: <%= link_to @topic.subject, project_boards_path(@topic.project) %>