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;