diff --git a/src/components/ProductDescriptions.tsx b/src/components/ProductDescriptions.tsx index 7593951..97bf94c 100644 --- a/src/components/ProductDescriptions.tsx +++ b/src/components/ProductDescriptions.tsx @@ -35,10 +35,10 @@ export function ProductDescriptions({ data, headers, asinColumnIndex, onEdit, ro [COLUMNS.LINE]: 80, [COLUMNS.LICENSE]: 120, [COLUMNS.CLASSIFICATION]: 100, - [COLUMNS.LONG_DE]: 80, - [COLUMNS.LONG_EN]: 80, - [COLUMNS.SHORT_DE]: 80, - [COLUMNS.SHORT_EN]: 80, + [COLUMNS.LONG_DE]: 110, + [COLUMNS.LONG_EN]: 110, + [COLUMNS.SHORT_DE]: 110, + [COLUMNS.SHORT_EN]: 110, }); const lines = useMemo(() => Array.from(new Set(data.map(r => r[COLUMNS.LINE]).filter(Boolean))), [data]);