Skip to content

Commit

Permalink
Merge pull request #382 from newrelic/cayla/search-input-overlap
Browse files Browse the repository at this point in the history
Fix search input overlap in hamburger menu view.
  • Loading branch information
caylahamann authored Jul 1, 2020
2 parents 21e4e5f + 64baf46 commit 6b7342d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SearchInput.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
align-items: center;
width: 100%;
position: relative;
@media (max-width: 760px) {
margin: 0.25rem 0;
}
}

.icon {
Expand Down

0 comments on commit 6b7342d

Please sign in to comment.