diff --git a/src/form/checkbox-item.wc b/src/form/checkbox-item.wc index f69e5bb..94aebc4 100644 --- a/src/form/checkbox-item.wc +++ b/src/form/checkbox-item.wc @@ -18,7 +18,7 @@ align-items: center; min-width: 32px; height: 32px; - padding: 0 5px; + padding-right: 16px; line-height: 1; -moz-user-select: none; user-select: none; diff --git a/src/form/radio-item.wc b/src/form/radio-item.wc index aca1139..e571aaa 100644 --- a/src/form/radio-item.wc +++ b/src/form/radio-item.wc @@ -17,7 +17,7 @@ justify-content: center; align-items: center; min-width: 32px; - padding: 0 6px; + padding-right: 16px; line-height: 1; -moz-user-select: none; user-select: none;