This stops redaction details being truncated at the edge of the
page when they have long lines of preformatted text.
Also use a div instead of a paragraph for redaction details so
that formatting is consistent with other rich text blocks.
Closes #1885
Fixes #1845
font-size: 13px;
background: #e8e8e8;
padding: 2px 3px;
font-size: 13px;
background: #e8e8e8;
padding: 2px 3px;
<b><%= t '.user' %></b>
<%= link_to(@redaction.user.display_name, user_path(@redaction.user)) %>
</p>
<b><%= t '.user' %></b>
<%= link_to(@redaction.user.display_name, user_path(@redaction.user)) %>
</p>
<b><%= t '.description' %></b>
<%= @redaction.description.to_html %>
<b><%= t '.description' %></b>
<%= @redaction.description.to_html %>
<% if current_user and current_user.moderator? %>
<div class="buttons">
<% if current_user and current_user.moderator? %>
<div class="buttons">