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

dropdown-toggle nav-link not responsive #415

Open
JohnRDOrazio opened this issue Jan 12, 2022 · 1 comment
Open

dropdown-toggle nav-link not responsive #415

JohnRDOrazio opened this issue Jan 12, 2022 · 1 comment

Comments

@JohnRDOrazio
Copy link

JohnRDOrazio commented Jan 12, 2022

Is there a particular reason why the dropdown-toggle in the dropdown nav-item has a css rule of white-space: nowrap ? This makes for an unresponsive nav item. I'm having to ovverride this rule in my own CSS added on top of sb-admin...

.dropdown-toggle {
white-space: nowrap;
}

@JohnRDOrazio JohnRDOrazio changed the title dropdown nav item not responsive dropdown-toggle nav item not responsive Jan 12, 2022
@JohnRDOrazio JohnRDOrazio changed the title dropdown-toggle nav item not responsive dropdown-toggle nav-link not responsive Jan 12, 2022
@MinaGabriel
Copy link

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants