From 4ec861316f88f7af67453aea3d78e04c7462e62d Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 21 Jan 2014 00:00:52 +0100 Subject: [PATCH] fix markup typo, duh --- docs/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components.html b/docs/components.html index 94e9d4fbb024..0250f191d494 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1259,9 +1259,9 @@

Overflowing content

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. Hide certain navbar items on certain screen sizes using responsive utility classes.
  5. 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.
  6. - +

Requires JavaScript