diff --git a/app/assets/stylesheets/views/dashboard.scss b/app/assets/stylesheets/views/dashboard.scss index ddd35428a..c3bc7b9b7 100644 --- a/app/assets/stylesheets/views/dashboard.scss +++ b/app/assets/stylesheets/views/dashboard.scss @@ -46,17 +46,6 @@ transition: width 0.6s ease-in-out; } - &-label { - @include bold-19; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: $govuk-blue; - max-width: 100%; - background: $white; - } - } .file-list { @@ -67,12 +56,17 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + padding-bottom: 30px; + padding-top: 10px; + margin-bottom: -30px; + margin-top: -10px; } &-hint { @include core-16; display: block; color: $secondary-text-colour; + pointer-events: none; } } diff --git a/app/templates/views/dashboard/all-template-statistics.html b/app/templates/views/dashboard/all-template-statistics.html index a0c803fce..202e3bc9c 100644 --- a/app/templates/views/dashboard/all-template-statistics.html +++ b/app/templates/views/dashboard/all-template-statistics.html @@ -41,11 +41,9 @@ field_headings_visible=False ) %} {% call row_heading() %} - - {{ item.name }} - - {{ message_count_label(1, item.type, suffix='template')|capitalize }} - + {{ item.name }} + + {{ message_count_label(1, item.type, suffix='template')|capitalize }} {% endcall %} {{ spark_bar_field(item.requested_count, most_used_template_count) }} diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html index 2c3833655..94564d0e3 100644 --- a/app/templates/views/dashboard/template-statistics.html +++ b/app/templates/views/dashboard/template-statistics.html @@ -17,11 +17,9 @@ ) %} {% call row_heading() %} - - {{ item.template_name }} - - {{ message_count_label(1, item.template_type, suffix='template')|capitalize }} - + {{ item.template_name }} + + {{ message_count_label(1, item.template_type, suffix='template')|capitalize }} {% endcall %} {% if template_statistics|length > 1 %}