Skip to content

Commit

Permalink
chore(Table): add overflow-x-auto to wrapper (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkekeocha authored and benjamincanac committed Sep 7, 2023
1 parent 92da323 commit e04c212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Data

const table = {
wrapper: 'relative',
wrapper: 'relative overflow-x-auto',
base: 'min-w-full table-fixed',
divide: 'divide-y divide-gray-300 dark:divide-gray-700',
thead: '',
Expand Down

0 comments on commit e04c212

Please sign in to comment.