]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/show.html.erb
Merge remote-tracking branch 'upstream/pull/4833'
[rails.git] / app / views / notes / show.html.erb
index 79cc46b09353e9b304a80c6c6b4c1aef36d4ca30..b3f1244338dc6ab4b704304caf73036715786194 100644 (file)
@@ -4,7 +4,7 @@
 
 <div>
   <h4><%= t(".description") %></h4>
-  <div class="note-description">
+  <div class="overflow-hidden ms-2">
     <%= h(@note_comments.first.body.to_html) %>
   </div>