diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 597870045..04cfd0161 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -42,6 +42,10 @@ $table-header: #ecf1f6; } } + h3 { + margin: $line-height 0; + } + .back { float: none; } diff --git a/app/views/admin/activity/show.html.erb b/app/views/admin/activity/show.html.erb index 325e70857..01d2623e7 100644 --- a/app/views/admin/activity/show.html.erb +++ b/app/views/admin/activity/show.html.erb @@ -5,7 +5,7 @@ <%= render "shared/filter_subnav", i18n_namespace: "admin.activity.show" %> <% if @activity.any? %> -