diff options
author | 2023-12-26 17:02:03 +0000 | |
---|---|---|
committer | 2023-12-26 17:02:03 +0000 | |
commit | 0ee255ae36969361d87fcd424d83fd9aa7b34b7a (patch) | |
tree | 46b2e175f7f1616ab428b613a8d95580c012b72d | |
parent | 1469e0e5a915e6b42b9953dbb48fe57a74518056 (diff) | |
download | astro-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.ts | 4 |
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'; + } }); }); |