Skip to content

Commit 4726c79

Browse files
committed
fixed tour/more category table wrapping
1 parent 860051f commit 4726c79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/tour/more.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<% @header_categories.each do |cat| %>
3131
<% next unless (current_user&.trust_level || 0) >= (cat.min_view_trust_level || -1) %>
3232
<tr>
33-
<td class="h-fw-bold"><%= cat.name %></td>
34-
<td><%= raw(sanitize(render_markdown(cat.short_wiki), scrubber: scrubber)) %></td>
33+
<td class="h-fw-bold wrap-word"><%= cat.name %></td>
34+
<td class="wrap-word"><%= raw(sanitize(render_markdown(cat.short_wiki), scrubber: scrubber)) %></td>
3535
</tr>
3636
<% end %>
3737
</table>

0 commit comments

Comments
 (0)