Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and astrobot-houston committed Dec 26, 2023
1 parent 1469e0e commit 0ee255a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export function attachTooltipToHighlight(
}
if (dialogRect.right > document.documentElement.clientWidth) {
// Not enough space on the right, align to the right
tooltip.style.right = '0px';
}
tooltip.style.right = '0px';
}
});
});

Expand Down

0 comments on commit 0ee255a

Please sign in to comment.