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 a7e4779bd85..e925eb782c8 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) { diff --git a/shopfloor_mobile_base/static/wms/src/components/detail/detail_card.js b/shopfloor_mobile_base/static/wms/src/components/detail/detail_card.js index 711c87edafd..f771d0bb123 100644 --- a/shopfloor_mobile_base/static/wms/src/components/detail/detail_card.js +++ b/shopfloor_mobile_base/static/wms/src/components/detail/detail_card.js @@ -12,7 +12,7 @@ Vue.component("item-detail-card", { template: `