Square header border when scrolled down (#174)
* Square header border when scrolled down * Remove unused import
This commit is contained in:
6
app/src/components/OutputsTable/constants.ts
Normal file
6
app/src/components/OutputsTable/constants.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const cellPadding = {
|
||||
x: 4,
|
||||
y: 2,
|
||||
};
|
||||
|
||||
export const headerMinHeight = 8;
|
||||
Reference in New Issue
Block a user