From 61fa0b15c85399a43f1bb5257666de006a7c630d Mon Sep 17 00:00:00 2001 From: Thierry Ducrest Date: Wed, 26 Jul 2023 14:50:47 +0200 Subject: [PATCH] sf_delivery_shipment_mobile: make package name smaller --- .../static/wms/src/scenario/delivery_shipment.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shopfloor_delivery_shipment_mobile/static/wms/src/scenario/delivery_shipment.js b/shopfloor_delivery_shipment_mobile/static/wms/src/scenario/delivery_shipment.js index a7e4779bd8..e925eb782c 100644 --- a/shopfloor_delivery_shipment_mobile/static/wms/src/scenario/delivery_shipment.js +++ b/shopfloor_delivery_shipment_mobile/static/wms/src/scenario/delivery_shipment.js @@ -241,6 +241,8 @@ const DeliveryShipment = { key_title: "name", on_title_action: action, title_action_icon: "mdi-upload", + // This helps having the transporter package fit in one line + title_class: "v-card__title-smaller", }; }, pack_color: function (pack) {