Skip to content

Commit eb8ae54

Browse files
hotfix: folder selector clipped off
1 parent 590f26f commit eb8ae54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/sync/components/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const MappingTable = () => {
172172
]
173173

174174
return (
175-
<div className="m-10 mt-0 overflow-x-auto border border-gray-200 bg-white">
175+
<div className="m-10 mt-0 border border-gray-200 bg-white">
176176
<div className="">
177177
<table className="w-full">
178178
<thead className="border-gray-200 border-b bg-gray-50">

0 commit comments

Comments
 (0)