mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 17:15:23 +02:00
UI: Increase column widths for description headers to prevent cutoff
This commit is contained in:
@@ -35,10 +35,10 @@ export function ProductDescriptions({ data, headers, asinColumnIndex, onEdit, ro
|
|||||||
[COLUMNS.LINE]: 80,
|
[COLUMNS.LINE]: 80,
|
||||||
[COLUMNS.LICENSE]: 120,
|
[COLUMNS.LICENSE]: 120,
|
||||||
[COLUMNS.CLASSIFICATION]: 100,
|
[COLUMNS.CLASSIFICATION]: 100,
|
||||||
[COLUMNS.LONG_DE]: 80,
|
[COLUMNS.LONG_DE]: 110,
|
||||||
[COLUMNS.LONG_EN]: 80,
|
[COLUMNS.LONG_EN]: 110,
|
||||||
[COLUMNS.SHORT_DE]: 80,
|
[COLUMNS.SHORT_DE]: 110,
|
||||||
[COLUMNS.SHORT_EN]: 80,
|
[COLUMNS.SHORT_EN]: 110,
|
||||||
});
|
});
|
||||||
|
|
||||||
const lines = useMemo(() => Array.from(new Set(data.map(r => r[COLUMNS.LINE]).filter(Boolean))), [data]);
|
const lines = useMemo(() => Array.from(new Set(data.map(r => r[COLUMNS.LINE]).filter(Boolean))), [data]);
|
||||||
|
|||||||
Reference in New Issue
Block a user