You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in 3.0.3 where navbar-right to floating completely to the right of the screen, whereas the 3.0 is giving padding much like the 'pull-right' functionality.
To work around it, replace navbar-right with pull-right:
We don't support content outside the .navbar-collapse in v3 and never intentionally have. Look to the docs again to see the required markup for navbars.
There is a bug in 3.0.3 where navbar-right to floating completely to the right of the screen, whereas the 3.0 is giving padding much like the 'pull-right' functionality.
To work around it, replace navbar-right with pull-right:
I have also placed an example on JSFiddle
If it helps, I've noticed there was a modification in 3.0.3 for this class from the blog:
UPDATE:
I've looked through the issue history, and it looks like this may have been implemented intentionally for #11530 :
The text was updated successfully, but these errors were encountered: