Logs: Fix alginment of meta items (#61349)

fix items to be center
This commit is contained in:
Sven Grossmann
2023-01-12 10:42:28 +01:00
committed by GitHub
parent 8ba5f59fb7
commit 9fa98dbbca

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};