diff --git a/stock_picking_batch_custom/static/src/css/stock_picking_batch.css b/stock_picking_batch_custom/static/src/css/stock_picking_batch.css index fcbad0d..eada54e 100644 --- a/stock_picking_batch_custom/static/src/css/stock_picking_batch.css +++ b/stock_picking_batch_custom/static/src/css/stock_picking_batch.css @@ -47,10 +47,12 @@ table.o_list_table tbody tr.o_data_row:hover td { } .o_batch_operator_list td[name="is_collected"] { - min-width: 80px; + min-width: 90px; text-align: center; } -.o_batch_operator_list td[name="is_collected"] .o_field_widget { - transform: scale(1.4); +.o_batch_operator_list td[name="is_collected"] .form-check-input { + width: 2.8em; + height: 1.5em; + cursor: pointer; }