mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-10 07:04:51 +03:00
removed bottom border between properties
This commit is contained in:
parent
d12e410d99
commit
64ed81fabf
|
@ -80,7 +80,6 @@ export const PropertyNameCell = styled(PropertyCell)`
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const PropertyDetailsCell = styled.td`
|
export const PropertyDetailsCell = styled.td`
|
||||||
border-bottom: 1px solid #9fb4be;
|
|
||||||
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