diff --git a/packages/Field/styles.ts b/packages/Field/styles.ts index 7e3c76612c..945ffa8adf 100644 --- a/packages/Field/styles.ts +++ b/packages/Field/styles.ts @@ -15,7 +15,12 @@ const columnStyles = css` const checkableFieldStyles = css` ${th('defaultFields.checkablelabel.default')}; - margin-bottom: xs; + align-items: flex-start; + overflow-wrap: break-word; + + input { + margin-top: xs; + } ` type StyledFieldProps = { @@ -33,11 +38,13 @@ export const Field = styled('div').withConfig({ shouldForwardProp })