Files
OpenPipe-llm/app/src/components/OutputsTable/constants.ts
arcticfly b50d47beaf Square header border when scrolled down (#174)
* Square header border when scrolled down

* Remove unused import
2023-08-18 01:41:47 -07:00

7 lines
83 B
TypeScript

export const cellPadding = {
x: 4,
y: 2,
};
export const headerMinHeight = 8;