From e6473e51ab7e4f68bd5c2255e50480b817217f5c Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 12 Apr 2022 09:36:26 -0400 Subject: [PATCH] CSR-419: fix checkbox position --- src/ux-components/list-card/list-card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index a92b50468..903102b1a 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -314,7 +314,7 @@ export default { &:checked + label::after { content: ""; margin: -0.25rem 0 0 0; - left: 0.875rem; + left: 1.15rem; } &:checked + label {