[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 9fa98dbbca)

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2023-01-12 09:56:26 +00:00
committed by GitHub
co-authored by Sven Grossmann
parent 1570bdd838
commit 7ad83a3b84
+1 -1
View File
@@ -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};