Created by: bravogeorge
https://github.com/react-bootstrap/react-bootstrap/issues/5752
Regarding issues raised in the link above by @kyletsang I am proposing the following changes this document:
https://getbootstrap.com/docs/5.0/components/navbar/
Under section “How it works” I can eliminate bullets 2 and 3. And replace them with a bullet point about the update requiring .container within all navbars and how it simplifies the requirements for spacing and flex.
I updated all the code examples from div class="container-fluid" to div class="container" in lines 39, 89, 96, 122, 141, 170, 191, 229, 242, 256, 282, 294, 325, 354, 383, 456, 464, 472, 480, 496, 547, 577, 607, 645,
Then on section “containers” I change that paragraph to “All navbars require a .container within. You can also wrap an entire navbar with a .container which does not require any overrides and works across all devices.“
Also removed div class = “container-fluid” /div tag from the first example code in the “containers” section.
Hope you like the changes.