diff --git a/addons/point_of_sale/static/src/css/pos.css b/addons/point_of_sale/static/src/css/pos.css index db792954304..02b19831776 100644 --- a/addons/point_of_sale/static/src/css/pos.css +++ b/addons/point_of_sale/static/src/css/pos.css @@ -371,6 +371,11 @@ td { .pos .order-selector { display: inline-block; + max-width: 640px; + max-height: 48px; + white-space: nowrap; + overflow: hidden; + overflow-x: auto; } .pos .orders { display: inline-block;