diff --git a/src/containers/FinancialStatements/CustomersTransactions/components.js b/src/containers/FinancialStatements/CustomersTransactions/components.js
index 989a6c811..938e7b019 100644
--- a/src/containers/FinancialStatements/CustomersTransactions/components.js
+++ b/src/containers/FinancialStatements/CustomersTransactions/components.js
@@ -22,14 +22,14 @@ export const useCustomersTransactionsColumns = () => {
return (
{cells[0].value}
);
},
className: 'customer_name',
- textOverview: true,
+ // textOverview: true,
},
{
Header: intl.get('account_name'),
diff --git a/src/containers/FinancialStatements/VendorsTransactions/components.js b/src/containers/FinancialStatements/VendorsTransactions/components.js
index 14c9f3145..bfb8e0fe5 100644
--- a/src/containers/FinancialStatements/VendorsTransactions/components.js
+++ b/src/containers/FinancialStatements/VendorsTransactions/components.js
@@ -21,14 +21,14 @@ export const useVendorsTransactionsColumns = () => {
return (
{cells[0].value}
);
},
className: 'vendor_name',
- textOverview: true,
+ // textOverview: true,
// width: 240,
},
{
diff --git a/src/style/pages/FinancialStatements/ContactsTransactions.scss b/src/style/pages/FinancialStatements/ContactsTransactions.scss
index 507a8d374..7fb3ff80a 100644
--- a/src/style/pages/FinancialStatements/ContactsTransactions.scss
+++ b/src/style/pages/FinancialStatements/ContactsTransactions.scss
@@ -64,12 +64,11 @@
display: none;
}
}
- }
- &--CUSTOMER:last-child {
- .td {
- border-bottom: 1px solid #ddd;
+ &:not(:first-child).is-expanded .td {
+ border-top: 1px solid #ddd;
}
}
+ &--CUSTOMER:last-child,
&--VENDOR:last-child {
.td {
border-bottom: 1px solid #ddd;