Skip to content

Commit bbd879d

Browse files
Merge pull request #1559 from ASU/UDS-2028
UDS-2028: feat(component-header-footer): added mobile style for search input
2 parents ebd1e90 + d1cbddb commit bbd879d

File tree

1 file changed

+1
-1
lines changed
  • packages/component-header-footer/src/header/components/UniversalNavbar/Search

1 file changed

+1
-1
lines changed

packages/component-header-footer/src/header/components/UniversalNavbar/Search/index.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const SearchWrapper = styled.form`
5353
left: 0.5rem;
5454
transform: translate(0, -50%);
5555
}
56-
input {
56+
input[name="q"] {
5757
width: 100%;
5858
border: unset;
5959
margin: 0;

0 commit comments

Comments
 (0)