diff --git a/docs/components.html b/docs/components.html index 3dc7738537..2f562908c4 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1259,7 +1259,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Since Bootstrap doesn't know how much space the content in your navbar needs, you might run into issues with content wrapping into a second row. To resolve this, you can:

  1. Reduce the amount or width of navbar items.
  2. -
  3. Hide certain navbar items on certain screen sizes using responsive utility classes.
  4. +
  5. Hide certain navbar items at certain screen sizes using responsive utility classes.
  6. Change the point at which your navbar switches between collapsed and horizontal mode. Customize the @grid-float-breakpoint variable or add your own media query.