diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index 0a10da5f0b31..a8aeebd397e4 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -110,6 +110,10 @@ Badges were overhauled to better differentiate themselves from buttons and to be - The jumbotron component is removed in favor of utility classes like `.bg-light` for the background color and `.p-*` classes to control padding. +### Navbars + +- All navbars now require a container within. This drastically simplifies spacing requirements and removes the need for extensive CSS overrides we added for responsive containers in v4. + ### Pagination - Pagination links now have customizable `margin-left` that are dynamically rounded on all corners when separated from one another.