diff options
| author | Mark Otto <[email protected]> | 2016-12-21 23:31:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:48:07 -0800 |
| commit | c858af7932433572d1b6a7592768ed905b2019b1 (patch) | |
| tree | 202396fea6ff4cfdc9ce440504a4f62ff0bba3da /docs/components | |
| parent | e37a57a34dd0aa2f854d879890d34869bcd49fb5 (diff) | |
| download | bootstrap-c858af7932433572d1b6a7592768ed905b2019b1.tar.xz bootstrap-c858af7932433572d1b6a7592768ed905b2019b1.zip | |
couple more utils
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/navbar.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index d1dd333f1..00bf35778 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -450,7 +450,7 @@ With no `.navbar-brand` shown in lowest breakpoint: </li> </ul> <form class="form-inline mt-2 mt-lg-0"> - <input class="form-control" type="text" placeholder="Search"> + <input class="form-control mr-md-2" type="text" placeholder="Search"> <button class="btn btn-outline-success my-2 my-lg-0" type="submit">Search</button> </form> </div> @@ -479,7 +479,7 @@ With a brand name shown on the left and toggler on the right: </li> </ul> <form class="form-inline mt-2 mt-lg-0"> - <input class="form-control" type="text" placeholder="Search"> + <input class="form-control mr-md-2" type="text" placeholder="Search"> <button class="btn btn-outline-success my-2 my-lg-0" type="submit">Search</button> </form> </div> |
