Prevent dividers between diary comments overflowing into the margins

This commit is contained in:
Tom Hughes 2024-02-14 18:40:48 +00:00
parent e3c88b0736
commit 168087eba0

View file

@ -12,7 +12,7 @@
<%= render @entry %> <%= 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"> <div class="row border-bottom border-grey">
<h2 class="col"><%= t(".discussion") %></h2> <h2 class="col"><%= t(".discussion") %></h2>