单个帖子主题超出问题修复;
This commit is contained in:
parent
e44ece80f6
commit
a420a41b78
|
@ -93,7 +93,7 @@
|
||||||
<%= link_to @topic.author, user_path(@topic.author) %>
|
<%= link_to @topic.author, user_path(@topic.author) %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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' : '' %>">
|
<div class="memo-title <%= @topic.sticky? ? 'sticky' : '' %> <%= @topic.locked? ? 'locked' : '' %>">
|
||||||
<% if @project %>
|
<% if @project %>
|
||||||
<%= label_tag l(:field_subject) %>: <%= link_to @topic.subject, project_boards_path(@topic.project) %>
|
<%= label_tag l(:field_subject) %>: <%= link_to @topic.subject, project_boards_path(@topic.project) %>
|
||||||
|
|
Loading…
Reference in New Issue