ilastik / ilastik.github.io

https://ilastik.org
Other
3 stars 15 forks source link

Fix navbar wrapping on certain screen sizes #100

Closed emilmelnikov closed 5 years ago

emilmelnikov commented 5 years ago

Collapse the navbar on wider screens to avoid wrapping it's contents to the second row. See https://stackoverflow.com/a/20249415.

Close #99.

emilmelnikov commented 5 years ago

The solution is hacky, but it seems simpler and better than using a custom Bootstrap version, hiding certain menu items or setting up LESS pipeline.