Skip to content

Commit

Permalink
no margin bottom for last child
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Feb 13, 2025
1 parent 70ed8b8 commit 8de58eb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ export const CALL_STACK_FRAME_STYLES = css`
border-radius: var(--rounded-lg);
}
[data-nextjs-call-stack-frame-ignored]:last-child {
margin-bottom: 0;
}
[data-nextjs-call-stack-frame] {
user-select: text;
display: block;
Expand Down

0 comments on commit 8de58eb

Please sign in to comment.