Jumbotron doesn't have rounded corners when inside .container-fluid
Created by: aried3r
In https://github.com/twbs/bootstrap/commit/6273604601c58284f49b38ae4e52533b9689437c .container-fluid
was added back to bootstrap, but the rule for rounded corners in jumbotron.less
was left unmodified, is that on purpose?
I found the following in the documentation:
To make the jumbotron full width, and without rounded corners, place it outside all .containers and instead add a .container within.
which is not what I'm doing in my case. I also couldn't find any mention of components not having rounded corners because of .container-fluid
.
Demo at bootply.