From 8ac49ef500bc6b7e0433b70f4ed78bbd8ec8e675 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 15 Mar 2022 10:21:34 +0100 Subject: [PATCH] [FIX] rma: name column width in tree view In the tree view, the RMA code (`name` field) tends to lose in the column width share. The result is will be the trimming of the reference with ellipsis (...). As this is very relevant information, we want to ensure a minimum width for such reference. TT35107 --- rma/views/rma_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma/views/rma_views.xml b/rma/views/rma_views.xml index 684ea9b4..1a48ec77 100644 --- a/rma/views/rma_views.xml +++ b/rma/views/rma_views.xml @@ -89,7 +89,7 @@ decoration-bf="state == 'draft' and product_id == False" decoration-danger="deadline and (deadline < current_date)" > - +