mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Resize the partner column and fix prevent it to wrap
This commit is contained in:
committed by
Sandy Carter
parent
82bd15b516
commit
245d90b3a5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user