-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
menu-text <p> in collapsed menu floats under navigation links #11513
Comments
Yup, |
juthilo
added a commit
that referenced
this issue
Nov 17, 2013
juthilo
added a commit
that referenced
this issue
Nov 18, 2013
Fix #11513: Don't always float navbar-text
Closed
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Apr 11, 2014
`navbar-text` should only float when the navbar is expanded on larger screens, otherwise the element might be (hidden) behind `navbar-nav`. Fixes twbs#11513. X-Ref: twbs#8820 twbs#8815
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Apr 11, 2014
…kpoint Fix twbs#11513: Don't always float navbar-text
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
`navbar-text` should only float when the navbar is expanded on larger screens, otherwise the element might be (hidden) behind `navbar-nav`. Fixes twbs#11513. X-Ref: twbs#8820 twbs#8815
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
…kpoint Fix twbs#11513: Don't always float navbar-text
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a look ath this jsbin. The menu bar has some navigation items and a text item in a collapsing container.
When the window is made small enough for the bar to collapse and the user reveals the menu, the text item floats under the navigation items, which looks horrible ^^
Is there anything I am missing? Then please consider adding what I am missing to the documentation.
Else this seems like a bug with bootstrap to me
The text was updated successfully, but these errors were encountered: