We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590f26f commit eb8ae54Copy full SHA for eb8ae54
1 file changed
src/features/sync/components/Table.tsx
@@ -172,7 +172,7 @@ export const MappingTable = () => {
172
]
173
174
return (
175
- <div className="m-10 mt-0 overflow-x-auto border border-gray-200 bg-white">
+ <div className="m-10 mt-0 border border-gray-200 bg-white">
176
<div className="">
177
<table className="w-full">
178
<thead className="border-gray-200 border-b bg-gray-50">
0 commit comments