diff --git a/frontend/src/components/resourceMap/details/GraphNodeDetails.tsx b/frontend/src/components/resourceMap/details/GraphNodeDetails.tsx index f67aa7e25a..a678e3f804 100644 --- a/frontend/src/components/resourceMap/details/GraphNodeDetails.tsx +++ b/frontend/src/components/resourceMap/details/GraphNodeDetails.tsx @@ -42,12 +42,15 @@ export function GraphNodeDetails({ return ( ({ margin: '0', padding: '1rem', width: '900px', overflowY: 'auto', flexShrink: 0, + borderLeft: '1px solid', + borderColor: theme.palette.divider, [theme.breakpoints.down('xl')]: { width: '720px', },