From 60bfb1b079817d1a381f295841080c19a8ba4c63 Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 17 May 2023 12:53:18 +0200 Subject: [PATCH] refs #5689 fix pixels --- modules/item/front/fixed-price/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/item/front/fixed-price/style.scss b/modules/item/front/fixed-price/style.scss index 97ceaf7cdb..f70ec2f50b 100644 --- a/modules/item/front/fixed-price/style.scss +++ b/modules/item/front/fixed-price/style.scss @@ -2,8 +2,8 @@ vn-fixed-price{ smart-table table{ [shrink-field]{ - width: 80px; - max-width: 80px; + width: 90px; + max-width: 90px; } [shrink-field-expand]{ width: 150px; @@ -15,8 +15,8 @@ vn-fixed-price{ align-items: center; text-align: center; vn-input-number { - width: 90px; - max-width: 90px; + width: 75px; + max-width: 75px; } } -- 2.40.1