Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !7831

Fix navbar line break in docusaurus

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/andriijas/docstylefix into master Oct 16, 2019
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: andriijas

The new docusaurus 2 site is gorgeous. I noticed a line break in the navbar in safari 13. I didn't manage to sort out why it happens. Putting in Create React App on the official docusaurus website didn't break the line (middle screenshot below). Right now Im not sure whatever it's an issue in bootstrap or docusaurus

I ended up fixing it with white-space: nowrap

I also tried:

  • Fixing flex basis on the container
  • Fixing flex wrap

Screenshot 2019-10-16 at 11 47 48

It's a minor but it makes it looks smoother.

ping @endiliey

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/andriijas/docstylefix