Skip to content

Commit 324b5f8

Browse files
committed
minor fix for mod warning status wrapping
1 parent 8650e54 commit 324b5f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/mod_warning/log.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<td>
2828
<%= raw(sanitize(render_markdown(w.body), scrubber: scrubber)) %>
2929
</td>
30-
<td>
30+
<td class="wrap-word">
3131
<% if w.suspension_active? %>
3232
<strong>Current</strong>
3333
<%= form_tag lift_mod_warning_url(@user.id), method: :post do %>

0 commit comments

Comments
 (0)