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 8650e54 commit 324b5f8Copy full SHA for 324b5f8
1 file changed
app/views/mod_warning/log.html.erb
@@ -27,7 +27,7 @@
27
<td>
28
<%= raw(sanitize(render_markdown(w.body), scrubber: scrubber)) %>
29
</td>
30
- <td>
+ <td class="wrap-word">
31
<% if w.suspension_active? %>
32
<strong>Current</strong>
33
<%= form_tag lift_mod_warning_url(@user.id), method: :post do %>
0 commit comments