From b73045e7dc8f43058a0a443dbeed864915f4a07f Mon Sep 17 00:00:00 2001 From: joan Date: Mon, 19 Apr 2021 09:55:56 +0200 Subject: [PATCH] Increase input width --- 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 {