mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 13:20:19 +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)`
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
|
||||
height: calc(${({ theme }) => theme.typography.code.fontSize} + 4px);
|
||||
vertical-align: text-top;
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user