Skip to content

Commit

Permalink
Revert "chore(stacktrace): Make source map tooltip aligned (#82016)"
Browse files Browse the repository at this point in the history
This reverts commit 29fcc33.

Co-authored-by: scttcper <[email protected]>
  • Loading branch information
getsentry-bot and scttcper committed Dec 16, 2024
1 parent 6a8d26a commit 57dbdf8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions static/app/components/events/interfaces/frame/deprecatedLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,15 @@ export class DeprecatedLine extends Component<Props, State> {
{this.isExpandable() ? <InteractionStateLayer /> : null}
<DefaultLineTitleWrapper isInAppFrame={data.inApp}>
<LeftLineTitle>
{this.renderLeadHint()}
<DefaultTitle
frame={data}
platform={this.props.platform ?? 'other'}
isHoverPreviewed={isHoverPreviewed}
meta={this.props.frameMeta}
/>
<div>
{this.renderLeadHint()}
<DefaultTitle
frame={data}
platform={this.props.platform ?? 'other'}
isHoverPreviewed={isHoverPreviewed}
meta={this.props.frameMeta}
/>
</div>
</LeftLineTitle>
</DefaultLineTitleWrapper>
<DefaultLineTagWrapper>
Expand Down Expand Up @@ -506,7 +508,6 @@ const DefaultLineTitleWrapper = styled('div')<{isInAppFrame: boolean}>`
const LeftLineTitle = styled('div')`
display: flex;
align-items: center;
gap: ${space(0.25)};
`;

const RepeatedContent = styled(LeftLineTitle)`
Expand Down

0 comments on commit 57dbdf8

Please sign in to comment.