Browse Source

Make quantity and costprice inputs display in a row

Boss
Default User 4 weeks ago
parent
commit
5d0f634b88
  1. 2
      supply.html

2
supply.html

@ -1353,6 +1353,8 @@
.costprice-input { .costprice-input {
flex: 1; flex: 1;
min-width: calc(50% - 5px); min-width: calc(50% - 5px);
width: calc(50% - 5px);
display: inline-block;
} }
.spec-value { .spec-value {

Loading…
Cancel
Save