diff --git a/app/assets/stylesheets/components/show-more.scss b/app/assets/stylesheets/components/show-more.scss index 56e89fb16..cf912a311 100644 --- a/app/assets/stylesheets/components/show-more.scss +++ b/app/assets/stylesheets/components/show-more.scss @@ -4,7 +4,7 @@ @include core-16; display: block; padding: 0 0; - margin: $gutter-half 0 $gutter 0; + margin: $gutter-half 0 $gutter-half 0; text-align: center; border-top: 1px solid $border-colour; diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index d303e1e07..61dba8ed5 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -57,8 +57,9 @@ table-layout: fixed; } - .table-field-heading { - font-size: 0; + .table-heading { + @include core-19; + margin: 0 0 10px 0; } .table-field-heading-first { diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html index 919bb2558..019a2a6d0 100644 --- a/app/templates/views/dashboard/template-statistics.html +++ b/app/templates/views/dashboard/template-statistics.html @@ -9,14 +9,14 @@
{% call(item, row_number) list_table( template_statistics, - caption="Templates used", - caption_visible=False, + caption="By template", + caption_visible=True, empty_message='', field_headings=[ 'Template', 'Messages sent' ], - field_headings_visible=True + field_headings_visible=False ) %} {% call row_heading() %}