Set min-width for product description
This commit is contained in:
parent
e73521cb98
commit
e26b857855
|
|
@ -147,6 +147,9 @@ class EntityDataTableSource extends AppDataTableSource {
|
|||
maxWidth: wideFields.contains(field)
|
||||
? kTableColumnWidthMax * 1.5
|
||||
: kTableColumnWidthMax,
|
||||
minWidth: field == ProductFields.description
|
||||
? kTableColumnWidthMax
|
||||
: 0,
|
||||
),
|
||||
),
|
||||
onTap: () => onTap(entity),
|
||||
|
|
|
|||
Loading…
Reference in New Issue