mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +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,
|
||||
className: column.key,
|
||||
textOverview: true,
|
||||
width,
|
||||
width: Math.max(width, 300),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ const accountNameColumn = R.curry((data, column) => {
|
||||
accessor,
|
||||
className: column.key,
|
||||
textOverview: true,
|
||||
width,
|
||||
width: Math.max(width, 300),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user