[IMP] stock_picking_batch_custom: increase quantity column size for touch usability

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
GitHub Copilot 2026-05-28 19:32:20 +02:00
parent 72da09715d
commit 16941b8183

View file

@ -11,9 +11,10 @@ table.o_list_table tbody tr.o_data_row:hover td {
/* Widen the quantity column in detailed operations so it is easier to tap */
table.o_batch_move_line_list th[data-name="quantity"],
table.o_batch_move_line_list td[name="quantity"] {
min-width: 100px;
min-width: 140px;
}
table.o_batch_move_line_list td[name="quantity"] .o_field_widget input {
min-height: 36px;
min-height: 44px;
font-size: 1.1rem;
}