From 5d0f634b882b49127809694a8df4cc8519df4cd0 Mon Sep 17 00:00:00 2001 From: Default User Date: Thu, 5 Feb 2026 16:12:50 +0800 Subject: [PATCH] Make quantity and costprice inputs display in a row --- supply.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supply.html b/supply.html index a56a882..9f5a072 100644 --- a/supply.html +++ b/supply.html @@ -1353,6 +1353,8 @@ .costprice-input { flex: 1; min-width: calc(50% - 5px); + width: calc(50% - 5px); + display: inline-block; } .spec-value {