diff --git a/src/common-elements/fields-layout.ts b/src/common-elements/fields-layout.ts index 25587562..a8a698cd 100644 --- a/src/common-elements/fields-layout.ts +++ b/src/common-elements/fields-layout.ts @@ -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;