diff --git a/packages/core/src/Checkbox/index.tsx b/packages/core/src/Checkbox/index.tsx index d72a75b2..5366659e 100644 --- a/packages/core/src/Checkbox/index.tsx +++ b/packages/core/src/Checkbox/index.tsx @@ -100,7 +100,7 @@ const Container = styled.div<{ ${({ hasLabel }) => hasLabel ? css` - width: 100%; + width: auto; justify-content: flex-start; padding-left: 3px; > span {