Skip to content

Commit 0553adf

Browse files
authored
ENGCOM-7289: Fix zoom on search input #27506 #27603
2 parents 985c679 + ebe7aec commit 0553adf

File tree

2 files changed

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

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
}
6666

6767
input {
68+
font-size: 16px;
6869
left: -300%;
6970
margin: 15px 0;
7071
position: absolute;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
}
8181

8282
input {
83+
font-size: 16px;
8384
left: -300%;
8485
margin: 15px 0;
8586
position: absolute;

0 commit comments

Comments
 (0)