]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_reports.html.erb
Margins for 'comment from' / 'reported by' lines on issues page
[rails.git] / app / views / issues / _reports.html.erb
index c995358d37aa0ca11472712fadbafdc19301274e..d11bca0a9d9c2a10174556276cdb242a0fbabd35 100644 (file)
@@ -4,7 +4,7 @@
       <%= link_to user_thumbnail(report.user), user_path(report.user) %>
     </div>
     <div class="col">
-      <p class="text-muted mb-0">
+      <p class="text-muted">
         <%= t ".reported_by_html", :category => report.category,
                                    :user => link_to(report.user.display_name, user_path(report.user)),
                                    :updated_at => l(report.updated_at.to_datetime, :format => :friendly) %>