From bddcd18e11b5351e0c7eed95d9fcb0f8ac72a34f Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 9 Jul 2020 16:34:03 +0100 Subject: [PATCH] Fix wonky spacing Got this wrong in a previous commit. `0` made it too tight. --- app/assets/stylesheets/components/area-list.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/components/area-list.scss b/app/assets/stylesheets/components/area-list.scss index 1ec78ecee..e6ac6ba74 100644 --- a/app/assets/stylesheets/components/area-list.scss +++ b/app/assets/stylesheets/components/area-list.scss @@ -59,7 +59,6 @@ padding-right: govuk-spacing(2); background: $light-blue-25; margin-right: govuk-spacing(3); - margin-bottom: 0; } }