From 8a38b5ea3c87600a33a80934ea385d8066e205c1 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Thu, 13 Jul 2023 07:52:07 +0200 Subject: [PATCH] Logs: Fix table/logs header toggle (#71485) fix table header --- public/app/features/explore/Logs/Logs.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/explore/Logs/Logs.tsx b/public/app/features/explore/Logs/Logs.tsx index f9bcc265113..c825affc177 100644 --- a/public/app/features/explore/Logs/Logs.tsx +++ b/public/app/features/explore/Logs/Logs.tsx @@ -784,6 +784,7 @@ const getStyles = (theme: GrafanaTheme2, wrapLogMessage: boolean) => { `, visualisationType: css` display: flex; + flex: 1; justify-content: space-between; `, visualisationTypeRadio: css`