From 56ec7b4729e7a8dca48d596589ad6e5c749976b0 Mon Sep 17 00:00:00 2001 From: carlosjr Date: Fri, 16 Apr 2021 10:17:59 +0200 Subject: [PATCH] input number made wider --- modules/order/front/prices-popover/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/order/front/prices-popover/style.scss b/modules/order/front/prices-popover/style.scss index 0ab12ad02..deaeab044 100644 --- a/modules/order/front/prices-popover/style.scss +++ b/modules/order/front/prices-popover/style.scss @@ -8,7 +8,7 @@ font-size: .75rem } .vn-input-number { - width: 56px; + width: 80px; } } .footer {