In Chrome, when scaling
NAVBAR
( http://getbootstrap.com/components/#navbar-default ) changes several times:
- at 100% scale, this is one line
- with a scale of 150% - already two lines (photo above)
- at a scale of 200% - again one line, the menu items are hidden in the list.
Hence the question of how to exclude the second state, when two (or more) lines with navigation elements are formed, i.e. How to make navbar
always be in one line - either navbar
or assembled into a list?