diff --git a/src/components/Fields/ArrayItemDetails.tsx b/src/components/Fields/ArrayItemDetails.tsx index 7a00d322..0c2716b1 100644 --- a/src/components/Fields/ArrayItemDetails.tsx +++ b/src/components/Fields/ArrayItemDetails.tsx @@ -20,8 +20,6 @@ export function ArrayItemDetails({ schema }: { schema: SchemaModel }) { } const Wrapper = styled(TypePrefix)` - display: inline-block; margin: 0 5px; - - height: calc(${({ theme }) => theme.typography.code.fontSize} + 4px); + vertical-align: text-top; `;