diff --git a/static/app/components/events/interfaces/frame/deprecatedLine.tsx b/static/app/components/events/interfaces/frame/deprecatedLine.tsx index df32df23de9a06..16773828e72393 100644 --- a/static/app/components/events/interfaces/frame/deprecatedLine.tsx +++ b/static/app/components/events/interfaces/frame/deprecatedLine.tsx @@ -364,15 +364,13 @@ export class DeprecatedLine extends Component { {this.isExpandable() ? : null} -
- {this.renderLeadHint()} - -
+ {this.renderLeadHint()} +
@@ -508,6 +506,7 @@ const DefaultLineTitleWrapper = styled('div')<{isInAppFrame: boolean}>` const LeftLineTitle = styled('div')` display: flex; align-items: center; + gap: ${space(0.25)}; `; const RepeatedContent = styled(LeftLineTitle)`