Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 986a4b8

Browse files
authored
Merge pull request #22 from donmbelembe/table-overflow-x
2 parents 9be34b7 + 9785acd commit 986a4b8

File tree

3 files changed

+8001
-38655
lines changed

3 files changed

+8001
-38655
lines changed

js/Tailwind2/TableWrapper.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<template>
22
<div class="flex flex-col">
3-
<div class="-my-2 sm:-mx-6 lg:-mx-8">
3+
<div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
44
<div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
55
<div class="shadow border-b border-gray-200 relative">
66
<slot />
77
</div>
88
</div>
99
</div>
1010
</div>
11-
</template>
11+
</template>

0 commit comments

Comments
 (0)