summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ming-jun Lu <Princesseuh@users.noreply.github.com> 2023-12-26 17:02:03 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-12-26 17:02:03 +0000
commit0ee255ae36969361d87fcd424d83fd9aa7b34b7a (patch)
tree46b2e175f7f1616ab428b613a8d95580c012b72d
parent1469e0e5a915e6b42b9953dbb48fe57a74518056 (diff)
downloadastro-0ee255ae36969361d87fcd424d83fd9aa7b34b7a.tar.gz
astro-0ee255ae36969361d87fcd424d83fd9aa7b34b7a.tar.zst
astro-0ee255ae36969361d87fcd424d83fd9aa7b34b7a.zip
[ci] format
-rw-r--r--packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts b/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts
index f7defec1f..726905b71 100644
--- a/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts
+++ b/packages/astro/src/runtime/client/dev-overlay/plugins/utils/highlight.ts
@@ -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';
+ }
});
});