diff --git a/frontend/src/metabase/nav/containers/Navbar.jsx b/frontend/src/metabase/nav/containers/Navbar.jsx index 8d2e2ec8e97a63941c9da20fbb241719d1123b03..f9073dbb89d0485dd33280ee4bb6ec0c3bb0cf49 100644 --- a/frontend/src/metabase/nav/containers/Navbar.jsx +++ b/frontend/src/metabase/nav/containers/Navbar.jsx @@ -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}