mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 10:55:25 +02:00
fix(pricing): widen CategorizationCode and EMCO Compliant columns
Default widths were too narrow for the header labels, causing them to overlap and become unreadable (140->200 and 110->150). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
b42dd32cda
commit
ea4592b695
@@ -87,8 +87,8 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit,
|
||||
articleName: 220,
|
||||
line: 100,
|
||||
classification: 130,
|
||||
productType: 140,
|
||||
empco: 110,
|
||||
productType: 200,
|
||||
empco: 150,
|
||||
itemToLogistic: 160,
|
||||
unitsOuter: 100,
|
||||
outerW: 80,
|
||||
|
||||
Reference in New Issue
Block a user