diff --git a/modules/item/front/fixed-price/style.scss b/modules/item/front/fixed-price/style.scss index 97ceaf7cd..f70ec2f50 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; } }