How to change quanity box height on product page in dawn theme?

Hi @OBSBP ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/base.css
  3. Add code below to end of file
.product-form__quantity .quantity {
  min-height: 40px;
}