Skip to content

Commit

Permalink
magento#27506 Fix zoom on search input
Browse files Browse the repository at this point in the history
  • Loading branch information
ptylek committed Apr 4, 2020
1 parent b307274 commit 0d1d42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
}

input {
font-size: 16px;
left: -300%;
margin: 15px 0;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
}

input {
font-size: 16px;
left: -300%;
margin: 15px 0;
position: absolute;
Expand Down

0 comments on commit 0d1d42c

Please sign in to comment.