mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
fix alignment
This commit is contained in:
parent
2fa1db4045
commit
bc020f49db
|
@ -20,8 +20,6 @@ export function ArrayItemDetails({ schema }: { schema: SchemaModel }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const Wrapper = styled(TypePrefix)`
|
const Wrapper = styled(TypePrefix)`
|
||||||
display: inline-block;
|
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
vertical-align: text-top;
|
||||||
height: calc(${({ theme }) => theme.typography.code.fontSize} + 4px);
|
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user