Skip to content

Commit ebe7aec

Browse files
ENGCOM-7289: Fix zoom on search input #27506 #27603
- Merge Pull Request #27603 from ptylek/magento2:fix-zoom_search_input - Merged commits: 1. 0d1d42c
2 parents c4a7d77 + 0d1d42c commit ebe7aec

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)