From b8fd3ac63d7fba71816668833a86ed6e692195c0 Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Mon, 7 Oct 2024 08:52:40 -0500 Subject: [PATCH] Update _component-checklist.scss --- src/styles/_component-checklist.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_component-checklist.scss b/src/styles/_component-checklist.scss index 872a2e53bd1..f37ae611fc5 100644 --- a/src/styles/_component-checklist.scss +++ b/src/styles/_component-checklist.scss @@ -11,6 +11,6 @@ } th:nth-child(2) { // 5 columns - width: 41.6%%; + width: 41.6%; } }