Skip to content

Commit

Permalink
Update SearchBar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tsun900 authored Feb 12, 2024
1 parent c73c2b4 commit ec9aae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBar/SearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const SearchBarComponent = (props) => {
</InputGroup>
</Box>
<Flex gap="1vh" justifyContent="space-between">
<Tabs variant="enclosed" h="full" align="end" w="75rem">
<Tabs variant="enclosed" h="full" align="end" w="auto">
{isOpen ? (
<TabList>
<Box
Expand Down

0 comments on commit ec9aae8

Please sign in to comment.