From 38c826fd49d67596e226c5a08f81caa1536497f1 Mon Sep 17 00:00:00 2001 From: Alex Spencer <52186778+alexjonspencer1@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:55:45 -0800 Subject: [PATCH] refactor: update CorrelationEditorTour layout and styles --- .../CorrelationEditor/CorrelationEditorTour.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/public/app/features/explore/CorrelationEditor/CorrelationEditorTour.tsx b/public/app/features/explore/CorrelationEditor/CorrelationEditorTour.tsx index 16a4c6e6298..7de5e048e05 100644 --- a/public/app/features/explore/CorrelationEditor/CorrelationEditorTour.tsx +++ b/public/app/features/explore/CorrelationEditor/CorrelationEditorTour.tsx @@ -178,7 +178,7 @@ export const CorrelationEditorTour = ({ onDismiss }: CorrelationEditorTourProps) return ( - +
{currentTourStep.content}
@@ -186,7 +186,7 @@ export const CorrelationEditorTour = ({ onDismiss }: CorrelationEditorTourProps)
{/* Progress indicator */} - + {tourSteps.map((_, index) => (
-
+