Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl committed Feb 8, 2024
1 parent a35df38 commit a28974b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class MotionDetailOriginalChangeRecommendationsComponent implements OnIni
const from = <HTMLElement>(
this.element.querySelector(`.os-line-number.line-number-` + reco.getLineFrom().toString(10))
);
return !!from ? from.offsetTop.toString() + `px`: `0px`;
return !!from ? from.offsetTop.toString() + `px` : `0px`;
}

/**
Expand Down

0 comments on commit a28974b

Please sign in to comment.