Skip to content

Commit

Permalink
ENGCOM-4461: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Mar 12, 2019
1 parent caa0727 commit 23e7e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@
.field.price {
.with-addon {
.input-text {
width: 100%;
flex-basis: auto;
width: 100%;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@
.field.price {
.with-addon {
.input-text {
width: 100%;
flex-basis: auto;
width: 100%;
}
}
}
Expand Down

0 comments on commit 23e7e36

Please sign in to comment.