Skip to content

Consider preventing word wrap in header nav #669

@kp77

Description

@kp77

The UCPKN project has a relatively long main navigation and on smaller screen sizes a multi-word nav item breaks into 2 lines.

Image

We are fixing it with the following override:

.bcl-header__navbar {
  .navbar-nav {
    .nav-link {
      white-space: nowrap;
    }
  }
}

Note: some of the menu items are dropdown toggles, that receive the nowrap rule from bootstrap, this makes the wrapping behavior in the menu inconsistent.

Please consider adding the above rule either to the default header style, or if it's not possible to the UCPKN header overrides.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions