Skip to content
Snippets Groups Projects
Unverified Commit 15465b2d authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Fix incorrect navbar width (#17496)

Regression in PR #17460
parent b874ab18
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ export default class Navbar extends Component {
</Link>
</Flex>
<Flex className="flex-full z1" pr={2} align="center">
<Box width={1} style={{ maxWidth: 512 }}>
<Box width={1} style={{ maxWidth: 500 }}>
<SearchBar
location={this.props.location}
onChangeLocation={this.props.onChangeLocation}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment