From 2ba9cc990d615face15bf5d82fbe3623cec53ab2 Mon Sep 17 00:00:00 2001 From: carlossa Date: Mon, 4 Mar 2024 11:13:53 +0100 Subject: [PATCH] refs #6892 fix scss --- src/components/ui/CardSummary.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index e9c2ef187..4169ca1a4 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -145,13 +145,13 @@ watch(props, async () => { display: flex; margin-bottom: 9px; & .q-checkbox__label { - margin-left: 20px; + margin-left: 25px; color: var(--vn-text); } & .q-checkbox__inner { position: absolute; left: 0; - margin-left: auto; + margin-left: 5px; color: gray; } }