Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/features/sync/components/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const MappingTable = () => {
]

return (
<div className="m-10 mt-0 border border-gray-200 bg-white">
<div className="m-10 mt-0 overflow-x-auto border border-gray-200 bg-white">
<div className="">
<table className="w-full">
<thead className="border-gray-200 border-b bg-gray-50">
Expand Down