]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/show.html.erb
Replace top margin on comments with bottom padding on diary posts
[rails.git] / app / views / diary_entries / show.html.erb
index 5d2f7d969b174950643a1982883c423fa00d0a81..5bfdfa17b3205dfd49648ace8b04d78ab388b81b 100644 (file)
@@ -12,7 +12,7 @@
 
 <%= render @entry %>
 
-<div id="comments" class="comments mt-2">
+<div id="comments" class="comments">
 <%= render :partial => "diary_comment", :collection => @comments %>
 </div>