diff --git a/public/app/features/explore/Logs/Logs.tsx b/public/app/features/explore/Logs/Logs.tsx index d1e7bc6b461..02b63224e76 100644 --- a/public/app/features/explore/Logs/Logs.tsx +++ b/public/app/features/explore/Logs/Logs.tsx @@ -1235,7 +1235,7 @@ const getStyles = (theme: GrafanaTheme2, wrapLogMessage: boolean, tableHeight: n visualisationType: css({ display: 'flex', flex: '1', - justifyContent: 'space-between', + justifyContent: 'flex-end', }), visualisationTypeRadio: css({ margin: `0 0 0 ${theme.spacing(1)}`,