diff --git a/specifyweb/frontend/js_src/lib/components/FormCells/FormTable.tsx b/specifyweb/frontend/js_src/lib/components/FormCells/FormTable.tsx index b75a90ae309..940be5f197a 100644 --- a/specifyweb/frontend/js_src/lib/components/FormCells/FormTable.tsx +++ b/specifyweb/frontend/js_src/lib/components/FormCells/FormTable.tsx @@ -240,7 +240,7 @@ export function FormTable({ 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} >