removed bottom border between properties

This commit is contained in:
glosier 2020-11-25 09:07:24 -08:00
parent d12e410d99
commit 64ed81fabf

View File

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