border-radius: @nav-border-radius missing from .navbar-inverse in theme.less
Created by: secorrales
theme.less has border-radius: @navbar-border-radius; on .navbar-default [line 116]. However, in .navbar-inverse [line 132 of theme.less] the border-radius: @navbar-border-radius; is missing.
I was able to fix the issue by adding border-radius: @navbar-border-radius after line 134 on theme.less
What this is doing is when you go below the first breakpoint, .navbar-inverse loses the rounded corners, whereas navbar-default keeps them.
As an example, you can use this page...you'll see the dark navbar lose the rounded corners when resizing. http://getbootstrap.com/examples/theme/