Skip to content

Commit 23e7e36

Browse files
committed
ENGCOM-4461: Static test fix.
1 parent caa0727 commit 23e7e36

File tree

2 files changed

+2
-2
lines changed
  • app/design/frontend/Magento

2 files changed

+2
-2
lines changed

app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@
393393
.field.price {
394394
.with-addon {
395395
.input-text {
396-
width: 100%;
397396
flex-basis: auto;
397+
width: 100%;
398398
}
399399
}
400400
}

app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@
614614
.field.price {
615615
.with-addon {
616616
.input-text {
617-
width: 100%;
618617
flex-basis: auto;
618+
width: 100%;
619619
}
620620
}
621621
}

0 commit comments

Comments
 (0)