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 f674d7a..a8f6bd1 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 @@ -29,6 +29,9 @@ table.o_batch_operator_list tbody tr.o_data_row td { table.o_batch_operator_list th[data-name="quantity"], table.o_batch_operator_list td[name="quantity"] { min-width: 130px; + font-size: 1.5rem; + font-weight: 700; + text-align: center; } table.o_batch_operator_list td[name="quantity"] .o_field_widget input {