We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the navbar contains more items than the ones found by default, the search/language/login buttons container wraps in a new row on medium screens.
Steps to reproduce the behavior:
If you reproduce the bug on the home page, the buttons container still wraps and hides behind the ds-home-news component.
ds-home-news
Here is a video to showcase the bug:
The navbar should not wrap: the text content of the navbar menu items should break on another line instead.
The text was updated successfully, but these errors were encountered:
AndreaBarbasso
Successfully merging a pull request may close this issue.
Describe the bug
If the navbar contains more items than the ones found by default, the search/language/login buttons container wraps in a new row on medium screens.
To Reproduce
Steps to reproduce the behavior:
If you reproduce the bug on the home page, the buttons container still wraps and hides behind the
ds-home-news
component.Here is a video to showcase the bug:
wrapping-navbar.mp4
Expected behavior
The navbar should not wrap: the text content of the navbar menu items should break on another line instead.
The text was updated successfully, but these errors were encountered: