From 5063032d017c48de48e575ef8ef284e4516ab3b8 Mon Sep 17 00:00:00 2001 From: Kian Newman-Hazel Date: Wed, 14 Aug 2024 11:03:43 +0100 Subject: [PATCH] [Docs Site] Move GlossaryTooltip CSS from inline to global --- src/components/GlossaryTooltip.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GlossaryTooltip.astro b/src/components/GlossaryTooltip.astro index 4e5e7fb1bb8dece..93bd9480e7f521c 100644 --- a/src/components/GlossaryTooltip.astro +++ b/src/components/GlossaryTooltip.astro @@ -47,7 +47,7 @@ const definition = prepend interactive: true, }); } -