border-bottom: none—fix extra lines under props

This commit is contained in:
glosier 2020-11-25 09:42:08 -08:00
parent 64ed81fabf
commit 84c5d57f87

View File

@ -80,6 +80,7 @@ export const PropertyNameCell = styled(PropertyCell)`
`;
export const PropertyDetailsCell = styled.td`
border-bottom: none;
padding: 10px 0;
width: ${(props) => props.theme.schema.defaultDetailsWidth};
box-sizing: border-box;