From 8e21cdc7d65127242a5a48e20866b3cba67e2ff6 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 0510737f940..f20e020364d 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 @@ -221,6 +221,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) {