From 900bfc3bacf64971da5e1fa4008abcadb0e3d8a0 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 16 Mar 2022 05:25:45 -0400 Subject: [PATCH] Fix quantity input width --- src/components/catalog/CatalogView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/catalog/CatalogView.scss b/src/components/catalog/CatalogView.scss index d897a862..e90bfd58 100644 --- a/src/components/catalog/CatalogView.scss +++ b/src/components/catalog/CatalogView.scss @@ -14,7 +14,7 @@ .quantity-input { min-height: 17px; height: 17px; - width: 20px; + width: 28px; padding: 0 4px; text-align: right; }