You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As pictured, the links that should be to the right of the Navbar Brand are off in wrong place
<Router><Navbar><Navbar.Brand><Navbar.Itemhref="#"><imgalt="Bulma: a modern CSS framework based on Flexbox"height="28"src="https://bulma.io/images/bulma-logo.png"width="112"/></Navbar.Item><Navbar.Burger/></Navbar.Brand><Navbar.Menu><Navbar.Container><Navbar.Itemhref="#"><Navbar.Link>
First
</Navbar.Link><Navbar.Dropdown><Navbar.Itemhref="#">
Subitem 1
</Navbar.Item><Navbar.Itemhref="#">
Subitem 2
</Navbar.Item><Navbar.Divider/><Navbar.Itemhref="#">
After divider
</Navbar.Item></Navbar.Dropdown></Navbar.Item><Navbar.Itemhref="#">
Second
</Navbar.Item></Navbar.Container><Navbar.Containeralign="end"><Navbar.Itemhref="#">
At the end
</Navbar.Item></Navbar.Container></Navbar.Menu></Navbar><navclass="navbar"role="navigation"aria-label="main navigation"><divclass="navbar-brand"><aclass="navbar-item"href="https://bulma.io"><imgsrc="https://bulma.io/images/bulma-logo.png"width="112"height="28"/></a><arole="button"class="navbar-burger"aria-label="menu"aria-expanded="false"data-target="navbarBasicExample"><spanaria-hidden="true"></span><spanaria-hidden="true"></span><spanaria-hidden="true"></span></a></div><divid="navbarBasicExample"class="navbar-menu"><divclass="navbar-start"><aclass="navbar-item">
Home
</a><aclass="navbar-item">
Documentation
</a><divclass="navbar-item has-dropdown is-hoverable"><aclass="navbar-link">
More
</a><divclass="navbar-dropdown"><aclass="navbar-item">
About
</a><aclass="navbar-item">
Jobs
</a><aclass="navbar-item">
Contact
</a><hrclass="navbar-divider"/><aclass="navbar-item">
Report an issue
</a></div></div></div><divclass="navbar-end"><divclass="navbar-item"><divclass="buttons"><aclass="button is-primary"><strong>Sign up</strong></a><aclass="button is-light">
Log in
</a></div></div></div></div></nav><Switch><Routeexactpath="/"><Home/></Route><Routeexactpath="/about"><About/></Route></Switch></Router>
The text was updated successfully, but these errors were encountered:
@kennedybaird apologies for the silence, are you still having this issue? If so, can you put this code in a code sandbox so that I can play around with it?
Describe the bug
As pictured, the links that should be to the right of the Navbar Brand are off in wrong place
The text was updated successfully, but these errors were encountered: