From 74dbd2b439892a5756778fcaf3ac18fc2f38ad82 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 28 Feb 2020 15:43:01 +0000 Subject: [PATCH] Add some more spacing below service name The service name is often about 1/3 of the width of the page, and was awkwardly grouping with the numbers in the text messages column. This commit adds a bit more vertical space to pull the two further apart which makes it easier to scan down the page. --- app/templates/views/organisations/organisation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/organisations/organisation/index.html b/app/templates/views/organisations/organisation/index.html index b44402bc3..433242dd3 100644 --- a/app/templates/views/organisations/organisation/index.html +++ b/app/templates/views/organisations/organisation/index.html @@ -53,7 +53,7 @@

By service

{% for service in services %}
-

+

{{ service.service_name }}