From 245d90b3a508f68de2fb779039b0a3282431c33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Faure-Lacroix?= Date: Fri, 27 Mar 2015 00:44:29 +0300 Subject: [PATCH] Resize the partner column and fix prevent it to wrap --- .../report/detailed_reconciliation.mako | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;