Skip to content

Commit

Permalink
ENGCOM-4461: Advanced-Search-layout-not-proper magento#21611
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Mar 13, 2019
2 parents cda0113 + 6f6e963 commit e08ab9a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,17 @@
position: relative;
}
}

.form.search.advanced {
.field.price {
.with-addon {
.input-text {
flex-basis: auto;
width: 100%;
}
}
}
}
}

//
Expand Down Expand Up @@ -452,6 +463,7 @@
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
min-width: 600px;
width: 50%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
min-width: 600px;
width: 50%;
Expand Down Expand Up @@ -608,4 +609,15 @@
position: relative;
}
}

.form.search.advanced {
.field.price {
.with-addon {
.input-text {
flex-basis: auto;
width: 100%;
}
}
}
}
}

0 comments on commit e08ab9a

Please sign in to comment.