-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
css: .navbar-expand .dropdown position
Set/reset `.dropdown` position when `.navbar-expand`. Demo: http://jsbin.com/pojecuh
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8423e5c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
This commit has broken the navbar collapsing behaviour.
Whatever is the size of the viewport the navbar is collapsed. The commit just before
e20d744 was still good.
Here in that case, with Chrome, the button collapsed is on the left and the brand is on the right. But there is no way to have the navbar not collapsed.
I hope my explanation is clear, if not I could try to generate a screenshot.
Regards,
8423e5c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, you have renamed the class navbar-togglable-* to navbar-expand-*