]> git.openstreetmap.org Git - rails.git/commitdiff
Prevent dividers between diary comments overflowing into the margins
authorTom Hughes <tom@compton.nu>
Wed, 14 Feb 2024 18:40:48 +0000 (18:40 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 14 Feb 2024 18:40:48 +0000 (18:40 +0000)
app/views/diary_entries/show.html.erb

index 3312aa8f23b2052f1b3d6a06d9c92c1b8496ec3e..63ab89b8f376006a7a52f348648dbd19da5811f9 100644 (file)
@@ -12,7 +12,7 @@
 
 <%= render @entry %>
 
-<div id="comments" class="comments mb-3">
+<div id="comments" class="comments mb-3 overflow-hidden">
   <div class="row border-bottom border-grey">
     <h2 class="col"><%= t(".discussion") %></h2>