From 61c068bcded124c290d5b775c79aeb7c51ef0207 Mon Sep 17 00:00:00 2001 From: bmauger Date: Fri, 11 Feb 2022 10:41:44 -0500 Subject: [PATCH] Update margin-right. --- src/ux-components/checkbox/checkbox.vue | 2 +- src/ux-components/radio/radio.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ux-components/checkbox/checkbox.vue b/src/ux-components/checkbox/checkbox.vue index 5338085a0..ca30ab330 100644 --- a/src/ux-components/checkbox/checkbox.vue +++ b/src/ux-components/checkbox/checkbox.vue @@ -52,7 +52,7 @@ export default { content: ""; position: relative; display: inline-block; - margin-right: 10px; + margin-right: 8px; width: 16px; height: 16px; background: white; diff --git a/src/ux-components/radio/radio.vue b/src/ux-components/radio/radio.vue index 335ec5529..3cc17987c 100644 --- a/src/ux-components/radio/radio.vue +++ b/src/ux-components/radio/radio.vue @@ -97,7 +97,7 @@ export default { content: ""; position: relative; display: inline-block; - margin-right: 10px; + margin-right: 8px; width: 16px; height: 16px; background: white;