From 9fa98dbbca762f12ef36cb42d12a2f38c918b6ab Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Thu, 12 Jan 2023 10:42:28 +0100 Subject: [PATCH] Logs: Fix alginment of meta items (#61349) fix items to be center --- 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};