[IMP] stock_picking_batch_custom: larger bold quantity in operator view

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
GitHub Copilot 2026-05-29 18:53:22 +02:00
parent a9a14e7db5
commit 591dd5f2b2

View file

@ -32,8 +32,9 @@ table.o_batch_operator_list td[name="quantity"] {
}
table.o_batch_operator_list td[name="quantity"] .o_field_widget input {
min-height: 48px;
font-size: 1.2rem;
min-height: 56px;
font-size: 1.5rem;
font-weight: 700;
text-align: center;
}