mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Table): add overflow-x-auto to wrapper (#609)
This commit is contained in:
committed by
Benjamin Canac
parent
92da3238eb
commit
e04c212d0d
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user