Skip to content

Commit

Permalink
Merge pull request #2629 from headlamp-k8s/map-side-panel-border
Browse files Browse the repository at this point in the history
frontend Map: Fix border on the side details panel
  • Loading branch information
sniok authored Dec 3, 2024
2 parents 82eb285 + 3fc11d0 commit 6f2b61d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ export function GraphNodeDetails({

return (
<Card
elevation={0}
sx={theme => ({
margin: '0',
padding: '1rem',
width: '900px',
overflowY: 'auto',
flexShrink: 0,
borderLeft: '1px solid',
borderColor: theme.palette.divider,
[theme.breakpoints.down('xl')]: {
width: '720px',
},
Expand Down

0 comments on commit 6f2b61d

Please sign in to comment.