Logs: Fix table/logs header toggle (#71485)

fix table header
This commit is contained in:
Sven Grossmann
2023-07-13 07:52:07 +02:00
committed by GitHub
parent bd4f8fd280
commit 8a38b5ea3c

View File

@@ -784,6 +784,7 @@ const getStyles = (theme: GrafanaTheme2, wrapLogMessage: boolean) => {
`,
visualisationType: css`
display: flex;
flex: 1;
justify-content: space-between;
`,
visualisationTypeRadio: css`