Prevent dividers between diary comments overflowing into the margins
This commit is contained in:
parent
e3c88b0736
commit
168087eba0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue