<%= render @entry %>
-<div id="comments" class="comments">
- <div class="row">
+<div id="comments" class="comments mb-3 overflow-hidden">
+ <div class="row border-bottom border-grey">
<h2 class="col"><%= t(".discussion") %></h2>
<% if current_user %>
<%= render :partial => "diary_comment", :collection => @comments %>
</div>
-<hr>
-
<div>
<% if current_user %>
<h3 id="newcomment"><%= t ".leave_a_comment" %></h3>