mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +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
|
// Data
|
||||||
|
|
||||||
const table = {
|
const table = {
|
||||||
wrapper: 'relative',
|
wrapper: 'relative overflow-x-auto',
|
||||||
base: 'min-w-full table-fixed',
|
base: 'min-w-full table-fixed',
|
||||||
divide: 'divide-y divide-gray-300 dark:divide-gray-700',
|
divide: 'divide-y divide-gray-300 dark:divide-gray-700',
|
||||||
thead: '',
|
thead: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user