]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/show.html.erb
Break long URLs where richtext is used.
[rails.git] / app / views / redactions / show.html.erb
index 1eb20f16f1564ce0350d51bb5f3d802a0822d72e..cf5116edebe36aca4ef3d923454804f3d4af4099 100644 (file)
@@ -7,7 +7,7 @@
   <b><%= t ".user" %></b>
   <%= link_to(@redaction.user.display_name, user_path(@redaction.user)) %>
 </p>
-<div class="richtext">
+<div class="richtext text-break">
   <b><%= t ".description" %></b>
   <%= @redaction.description.to_html %>
 </div>