We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860051f commit 4726c79Copy full SHA for 4726c79
1 file changed
app/views/tour/more.html.erb
@@ -30,8 +30,8 @@
30
<% @header_categories.each do |cat| %>
31
<% next unless (current_user&.trust_level || 0) >= (cat.min_view_trust_level || -1) %>
32
<tr>
33
- <td class="h-fw-bold"><%= cat.name %></td>
34
- <td><%= raw(sanitize(render_markdown(cat.short_wiki), scrubber: scrubber)) %></td>
+ <td class="h-fw-bold wrap-word"><%= cat.name %></td>
+ <td class="wrap-word"><%= raw(sanitize(render_markdown(cat.short_wiki), scrubber: scrubber)) %></td>
35
</tr>
36
<% end %>
37
</table>
0 commit comments