diff --git a/account_banking_reconciliation/report/detailed_reconciliation.mako b/account_banking_reconciliation/report/detailed_reconciliation.mako index 4f2a4697e..2e4564fd7 100644 --- a/account_banking_reconciliation/report/detailed_reconciliation.mako +++ b/account_banking_reconciliation/report/detailed_reconciliation.mako @@ -35,7 +35,10 @@ width:100px; } .col_partner { - width:40px; + width:150px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; } .right_col { text-align:right;