fix alignment

This commit is contained in:
Oprysk 2022-01-05 16:02:17 +02:00
parent 2fa1db4045
commit bc020f49db

View File

@ -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;
`;