diff --git a/public/app/features/explore/LogsSamplePanel.tsx b/public/app/features/explore/LogsSamplePanel.tsx index 0e14e0cfd82..36aa8dc17a8 100644 --- a/public/app/features/explore/LogsSamplePanel.tsx +++ b/public/app/features/explore/LogsSamplePanel.tsx @@ -95,16 +95,18 @@ export function LogsSamplePanel(props: Props) { LogsSamplePanelContent = ( <> - +
+ +
); } @@ -122,4 +124,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ top: ${theme.spacing(1)}; right: ${theme.spacing(1)}; ; `, + logContainer: css` + overflow-x: scroll; + `, });