diff --git a/packages/component/src/ui/table/styles.ts b/packages/component/src/ui/table/styles.ts index daf6bcfba..fa72bb3f8 100644 --- a/packages/component/src/ui/table/styles.ts +++ b/packages/component/src/ui/table/styles.ts @@ -8,6 +8,7 @@ export const StyledTable = styled('table')<{ tableLayout: 'auto' | 'fixed' }>( color: theme.colors.textColor, tableLayout, width: '100%', + minWidth: '600px', borderCollapse: 'separate', borderSpacing: '0', };