react-materialize icon indicating copy to clipboard operation
react-materialize copied to clipboard

Navbar with brand no margin

Open alextrastero opened this issue 6 years ago • 1 comments

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: Screen Shot 2019-04-17 at 9 22 02 AM

Expected: some margin to be applied if brand is there? how does materialize.css handle this

alextrastero avatar Apr 17 '19 07:04 alextrastero

Hey @alextrastero, I think we can close this issue as #799 was superseded by #878 :)

CloudPower97 avatar Sep 09 '19 20:09 CloudPower97