Skip to content

Commit 2181de5

Browse files
committed
feat(component-header-footer): added mobile style for search input
UDS-2028
1 parent 41d6d16 commit 2181de5

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ const SearchWrapper = styled.form`
5959
margin: 0;
6060
}
6161
}
62+
63+
input[name="q"] {
64+
width: 100%;
65+
}
6266
}
6367
`;
6468

0 commit comments

Comments
 (0)