Skip to content

Commit 0d1d42c

Browse files
committed
#27506 Fix zoom on search input
1 parent b307274 commit 0d1d42c

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)