]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/show.html.erb
Update diary comments styling
[rails.git] / app / views / diary_entries / show.html.erb
index 8792074951ce6efd1d9ca64bec76ede8137162fe..ab45a24b68242ea1eb602cb9445aa0a9a0315a77 100644 (file)
@@ -13,7 +13,7 @@
 <%= render @entry %>
 
 <a id="comments"></a>
-<div class='comments'>
+<div class='comments mt-2'>
 <%= render :partial => "diary_comment", :collection => @comments %>
 </div>