Skip to content

Commit 8de58eb

Browse files
committed
no margin bottom for last child
1 parent 70ed8b8 commit 8de58eb

File tree

1 file changed

+4
-0
lines changed
  • packages/next/src/client/components/react-dev-overlay/_experimental/internal/components/call-stack-frame

1 file changed

+4
-0
lines changed

packages/next/src/client/components/react-dev-overlay/_experimental/internal/components/call-stack-frame/call-stack-frame.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ export const CALL_STACK_FRAME_STYLES = css`
8484
border-radius: var(--rounded-lg);
8585
}
8686
87+
[data-nextjs-call-stack-frame-ignored]:last-child {
88+
margin-bottom: 0;
89+
}
90+
8791
[data-nextjs-call-stack-frame] {
8892
user-select: text;
8993
display: block;

0 commit comments

Comments
 (0)