InteractiveTable: Add horizontal scroll (#74888)

pull/75234/head
Alex Khomenko 2 years ago committed by GitHub
parent 8e8bd2760b
commit 9fca10bfc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/InteractiveTable/InteractiveTable.tsx

@ -31,6 +31,7 @@ const getStyles = (theme: GrafanaTheme2) => {
gap: theme.spacing(2),
flexDirection: 'column',
width: '100%',
overflowX: 'auto',
}),
table: css({
borderRadius: theme.shape.radius.default,

Loading…
Cancel
Save