refs #5689 fix pixels #1530

Merged
carlossa merged 2 commits from 5689-fixedPricesSize into dev 2023-05-22 06:54:00 +00:00
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
vn-fixed-price{ vn-fixed-price{
smart-table table{ smart-table table{
[shrink-field]{ [shrink-field]{
width: 80px; width: 90px;
max-width: 80px; max-width: 90px;
} }
[shrink-field-expand]{ [shrink-field-expand]{
width: 150px; width: 150px;
@ -15,8 +15,8 @@ vn-fixed-price{
align-items: center; align-items: center;
text-align: center; text-align: center;
vn-input-number { vn-input-number {
width: 90px; width: 75px;
max-width: 90px; max-width: 75px;
} }
} }