[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:
co-authored by
Sven Grossmann
parent
1570bdd838
commit
7ad83a3b84
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user