mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
border-bottom: none—fix extra lines under props
This commit is contained in:
parent
64ed81fabf
commit
84c5d57f87
|
@ -80,6 +80,7 @@ export const PropertyNameCell = styled(PropertyCell)`
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const PropertyDetailsCell = styled.td`
|
export const PropertyDetailsCell = styled.td`
|
||||||
|
border-bottom: none;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
width: ${(props) => props.theme.schema.defaultDetailsWidth};
|
width: ${(props) => props.theme.schema.defaultDetailsWidth};
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user