mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix:APAging summary stye.
This commit is contained in:
@@ -28,7 +28,7 @@ export const useAPAgingSummaryColumns = () => {
|
|||||||
{
|
{
|
||||||
Header: <T id={'vendor_name'} />,
|
Header: <T id={'vendor_name'} />,
|
||||||
accessor: 'name',
|
accessor: 'name',
|
||||||
className: 'name',
|
className: 'vendor_name',
|
||||||
width: 240,
|
width: 240,
|
||||||
sticky: 'left',
|
sticky: 'left',
|
||||||
textOverview: true,
|
textOverview: true,
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
.bigcapital-datatable{
|
.bigcapital-datatable{
|
||||||
.tbody,
|
.tbody,
|
||||||
.thead{
|
.thead{
|
||||||
.tr .td.customer_name ~ .td,
|
.tr .td.vendor_name ~ .td,
|
||||||
.tr .th.customer_name ~ .th{
|
.tr .th.vendor_name ~ .th{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user