react-materialize
react-materialize copied to clipboard
Navbar with brand no margin
Steps to reproduce:
<Navbar
brand={<a href="/">Logo</a>}
mobileNav={
<Fragment>
<a href="#!">Mobile link 1</a>
<a href="#!">Mobile link 2</a>
</Fragment>
}
>
<a href="get-started.html">Getting started</a>
<a href="components.html">Components</a>
</Navbar>
Brand is taking same space as first menu item:

Expected: some margin to be applied if brand is there? how does materialize.css handle this
Hey @alextrastero, I think we can close this issue as #799 was superseded by #878 :)