Skip to content

Commit 5d43d78

Browse files
committed
Feedback | removed extra border in last row of associations
1 parent 6ca13e6 commit 5d43d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/concepts/Associations.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const Associations = ({concept, mappings, reverseMappings}) => {
151151
<TableCell sx={{width: '20%'}}><b>{t('repo.source')}</b></TableCell>
152152
</TableRow>
153153
</TableHead>
154-
<TableBody>
154+
<TableBody sx={{ '.MuiTableRow-root': {'&:last-child td': {border: 0}} }}>
155155
{
156156
map(orderedMappings, (oMappings, mapType) => {
157157
const key = generateRandomString()

0 commit comments

Comments
 (0)