fix:APAging summary stye.

This commit is contained in:
elforjani13
2022-01-02 18:39:53 +02:00
parent ecda9296b8
commit e1b6f0d879
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ export const useAPAgingSummaryColumns = () => {
{
Header: <T id={'vendor_name'} />,
accessor: 'name',
className: 'name',
className: 'vendor_name',
width: 240,
sticky: 'left',
textOverview: true,

View File

@@ -7,8 +7,8 @@
.bigcapital-datatable{
.tbody,
.thead{
.tr .td.customer_name ~ .td,
.tr .th.customer_name ~ .th{
.tr .td.vendor_name ~ .td,
.tr .th.vendor_name ~ .th{
text-align: right;
}
}