From db9c13a05d518c8302a23e275980a87d33a48b59 Mon Sep 17 00:00:00 2001 From: lucubro <88whacko@gmail.com> Date: Mon, 24 Sep 2018 11:46:15 -0400 Subject: [PATCH] Reduce margin-bottom of checklist-item from 10px to -3px. (#10684) --- website/client/components/tasks/task.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/components/tasks/task.vue b/website/client/components/tasks/task.vue index cc63b911cb..febfd8efe7 100644 --- a/website/client/components/tasks/task.vue +++ b/website/client/components/tasks/task.vue @@ -282,7 +282,7 @@ color: $gray-50; font-size: 14px; line-height: 1.43; - margin-bottom: 10px; + margin-bottom: -3px; min-height: 0px; width: 100%; margin-left: 8px;