diff --git a/app/assets/stylesheets/specific/comments.css.scss b/app/assets/stylesheets/specific/comments.css.scss index 8aa05525d..0e9eff469 100644 --- a/app/assets/stylesheets/specific/comments.css.scss +++ b/app/assets/stylesheets/specific/comments.css.scss @@ -19,6 +19,12 @@ div.comments-for-post { margin-left: 2em; width: 30em; float: left; + + menu { + li { + margin-right: 0.5em; + } + } } } diff --git a/app/views/comments/partials/show/_comment.html.erb b/app/views/comments/partials/show/_comment.html.erb index c60d7e894..bcafabada 100644 --- a/app/views/comments/partials/show/_comment.html.erb +++ b/app/views/comments/partials/show/_comment.html.erb @@ -17,6 +17,10 @@ <% end %>