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: `
- + diff --git a/shopfloor_mobile_base/static/wms/src/css/main.css b/shopfloor_mobile_base/static/wms/src/css/main.css index 1dd3a41342c..b97b5293861 100644 --- a/shopfloor_mobile_base/static/wms/src/css/main.css +++ b/shopfloor_mobile_base/static/wms/src/css/main.css @@ -457,6 +457,10 @@ main.v-content > .v-content__wrap > .header .container { line-height: 1.1rem; } +.v-card .v-card__title-smaller { + font-size: 0.9rem; +} + /* TODO: likely to be applied to all */ .list .v-list-item { border-bottom: 1px solid #ccc;