Skip to content

Fix 'What’s new' link wraps

This fixes that the What’s new link in the navbar (and the Get free trial button) wraps and overlays on the hamburger menu when the width of the device is just too large for the mobile view. Instead of the proposed solution in the related issue, this is fixed by changing the width of the navbar to allow all links to sit in one row with the rest of the navbar.

Screenshots

Before After
image image

Steps to test

  1. Open any docs page
  2. Preview the page on mobile (see this page for help)
  3. Resize the width to just about the mobile navbar breakpoint
  4. See that the links no longer wrap

Closes #1089 (closed)

Merge request reports