From 7ad83a3b8428d0ca527285c08a6be38727c8fbc3 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:56:26 +0100 Subject: [PATCH] [v9.3.x] Logs: Fix alginment of meta items (#61357) Logs: Fix alginment of meta items (#61349) fix items to be center (cherry picked from commit 9fa98dbbca762f12ef36cb42d12a2f38c918b6ab) Co-authored-by: Sven Grossmann --- public/app/features/explore/MetaInfoText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/MetaInfoText.tsx b/public/app/features/explore/MetaInfoText.tsx index d57baadd88f..3392f6c7969 100644 --- a/public/app/features/explore/MetaInfoText.tsx +++ b/public/app/features/explore/MetaInfoText.tsx @@ -17,7 +17,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ margin-right: ${theme.spacing(2)}; margin-top: ${theme.spacing(0.5)}; display: flex; - align-items: baseline; + align-items: center; .logs-meta-item__error { color: ${theme.colors.error.text};