Skip to content

Commit

Permalink
Fix form table spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons committed Jan 3, 2025
1 parent dde14ce commit 16d9ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export function FormTable<SCHEMA extends AnySchema>({
className={
isCollapsed
? 'hidden'
: 'overflow-x-auto border border-gray-500 border-t-0 rounded-b p-1'
: 'overflow-x-auto border border-gray-500 border-t-0 rounded-b pl-1 pr-1 pb-1'
}
onScroll={handleScroll}
>
Expand Down

0 comments on commit 16d9ba1

Please sign in to comment.