diff --git a/app/modules/dispatch/templates/dispatch/detail.html b/app/modules/dispatch/templates/dispatch/detail.html index 196a02f..0d56bf6 100644 --- a/app/modules/dispatch/templates/dispatch/detail.html +++ b/app/modules/dispatch/templates/dispatch/detail.html @@ -21,7 +21,7 @@ .dsp-btn-status small { display:block;font-size:10px;font-weight:500;opacity:.8; } .dsp-btn-status.on { background:#16a34a;border-color:#16a34a;color:#fff; } .dsp-btn-status:disabled { opacity:.6;cursor:wait; } - .dsp-courier { height:22px;width:auto;max-width:140px;display:block; } + .dsp-courier { height:44px;width:auto;max-width:280px;display:block; } .dsp-hidden { display:none !important; } @media (max-width:480px){ .dsp-cards{grid-template-columns:1fr;} } diff --git a/app/modules/dispatch/templates/dispatch/handover.html b/app/modules/dispatch/templates/dispatch/handover.html index 06f80e0..a10c8b4 100644 --- a/app/modules/dispatch/templates/dispatch/handover.html +++ b/app/modules/dispatch/templates/dispatch/handover.html @@ -46,7 +46,7 @@ {% for pv in handover.by_provider %}
{% set logo = pv.provider | courier_logo %} - {% if logo %}{{ pv.provider }}{% endif %} + {% if logo %}{{ pv.provider }}{% endif %}
{{ pv.box_count }}
{{ pv.provider }}