Skip to content

Commit

Permalink
fix container issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Developerayo committed Sep 20, 2024
1 parent 80e43c9 commit 2ea5a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/theme/SearchBar/SearchBar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.container {
.nav-container {
width: 300px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/theme/SearchBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function SearchBar() {
const { algolia } = useThemeConfig();

return (
<div className="container">
<div className=".nav-container">
<DocSearch
appId={algolia.appId}
apiKey={algolia.apiKey}
Expand Down

0 comments on commit 2ea5a7a

Please sign in to comment.