[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:
parent
72da09715d
commit
16941b8183
1 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
/* 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 th[data-name="quantity"],
|
||||||
table.o_batch_move_line_list td[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 {
|
table.o_batch_move_line_list td[name="quantity"] .o_field_widget input {
|
||||||
min-height: 36px;
|
min-height: 44px;
|
||||||
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue