Skip to content
New issue

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

[Suggestion] Expand link area of SubdomainNavBar #645

Open
simurai opened this issue Jul 11, 2024 · 0 comments
Open

[Suggestion] Expand link area of SubdomainNavBar #645

simurai opened this issue Jul 11, 2024 · 0 comments
Labels

Comments

@simurai
Copy link
Contributor

simurai commented Jul 11, 2024

Problem

Currently when SubdomainNavBar would have enough space to show all links, it still hides them behind a "More" dropdown:

E.g. Storybook example

Image

Possible solution

It seem that the "link area" has a max-width (changes based on breakpoints). The reason might be to have more control, like there can be a search input or other actions on the right? But it might still be nice to give the link area as much space as available and not limit it if not necessary.

Urgency

This came up in this project (internal link). We found a workaround by removing the hardcoded max-width and adding flex: 1 to stretch the parent container.

So not too urgent, but might still be nice to look into for future use cases.

@rezrah rezrah added the brand label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants