From 2ce207d69b1fd90ad70237a2352335e5c37b1c64 Mon Sep 17 00:00:00 2001 From: Kristina Demeshchik Date: Tue, 23 Dec 2025 11:35:14 -0500 Subject: [PATCH] apply btn misaligned --- public/app/features/inspector/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/inspector/styles.ts b/public/app/features/inspector/styles.ts index 65a50dd3816..5f9b0ac611b 100644 --- a/public/app/features/inspector/styles.ts +++ b/public/app/features/inspector/styles.ts @@ -27,7 +27,7 @@ export const getPanelInspectorStyles2 = (theme: GrafanaTheme2) => { display: 'flex', width: '100%', flexGrow: 0, - alignItems: 'center', + alignItems: 'flex-end', justifyContent: 'flex-end', marginBottom: theme.v1.spacing.sm, }),