mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat(BalanceSheet|P&L): account name min-width.
This commit is contained in:
@@ -62,7 +62,7 @@ const accountNameMapper = R.curry((data, column) => {
|
|||||||
accessor,
|
accessor,
|
||||||
className: column.key,
|
className: column.key,
|
||||||
textOverview: true,
|
textOverview: true,
|
||||||
width,
|
width: Math.max(width, 300),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -304,7 +304,7 @@ const accountNameColumn = R.curry((data, column) => {
|
|||||||
accessor,
|
accessor,
|
||||||
className: column.key,
|
className: column.key,
|
||||||
textOverview: true,
|
textOverview: true,
|
||||||
width,
|
width: Math.max(width, 300),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user