diff --git a/src/components/LinkField.tsx b/src/components/LinkField.tsx index b7638a6..7c05351 100644 --- a/src/components/LinkField.tsx +++ b/src/components/LinkField.tsx @@ -17,6 +17,10 @@ const ValidationErrorWrapper = styled(Box)` margin-right: 12px; ` +const FullWidthStack = styled(Stack)` + width: 100%; +` + /** * Custom field component for the link object. * Nicely renders the type and link fields next to each other, with the @@ -55,7 +59,7 @@ export function LinkField(props: ObjectInputProps & {customLinkTypes: CustomLink return ( - + {/* Render the type field (without its label) */} - + {/* Render the input for the selected type of link (withouts its label) */} )} - + {/* Render the description of the selected link field, if any */}