Skip to content

Commit 13991bb

Browse files
changes for advanced-Search-layout-not-proper-1
1 parent cf69967 commit 13991bb

File tree

2 files changed

+32
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+32
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,17 @@
388388
position: relative;
389389
}
390390
}
391+
392+
.form.search.advanced {
393+
.field.price {
394+
.with-addon {
395+
.input-text {
396+
width: 100%;
397+
flex-basis: auto;
398+
}
399+
}
400+
}
401+
}
391402
}
392403

393404
//
@@ -456,6 +467,11 @@
456467
width: 50%;
457468
}
458469

470+
.form.search.advanced {
471+
float: none;
472+
width: 50%;
473+
}
474+
459475
//
460476
// My account
461477
// ---------------------------------------------

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@
407407
width: 50%;
408408
}
409409

410+
.form.search.advanced {
411+
float: none;
412+
width: 50%;
413+
}
414+
410415
// My account
411416
.account.page-layout-2columns-left {
412417
.sidebar-main,
@@ -589,4 +594,15 @@
589594
position: relative;
590595
}
591596
}
597+
598+
.form.search.advanced {
599+
.field.price {
600+
.with-addon {
601+
.input-text {
602+
width: 100%;
603+
flex-basis: auto;
604+
}
605+
}
606+
}
607+
}
592608
}

0 commit comments

Comments
 (0)