diff options
| author | Mark Otto <[email protected]> | 2016-12-22 23:05:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-24 14:21:04 -0800 |
| commit | 9fd339bdc82b5426b43f02b80e7921dcd9e862eb (patch) | |
| tree | 8a5ce6b2c965dd0016ed14de848c69d7b9cfc312 /docs/components | |
| parent | f721ebf3b40e564cafc65cdad9582c2cd5a89c01 (diff) | |
| download | bootstrap-9fd339bdc82b5426b43f02b80e7921dcd9e862eb.tar.xz bootstrap-9fd339bdc82b5426b43f02b80e7921dcd9e862eb.zip | |
better/more form spacing in navbars
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/navbar.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 5fa6a1fd5..57e0bad7a 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -57,7 +57,7 @@ Here's an example of all the sub-components included in a responsive light-theme <a class="nav-link disabled" href="#">Disabled</a> </li> </ul> - <form class="form-inline mt-2 mt-md-0"> + <form class="form-inline my-2 my-lg-0"> <input class="form-control mr-sm-2" type="text" placeholder="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> </form> @@ -449,7 +449,7 @@ With no `.navbar-brand` shown in lowest breakpoint: <a class="nav-link disabled" href="#">Disabled</a> </li> </ul> - <form class="form-inline mt-2 mt-md-0"> + <form class="form-inline my-2 my-lg-0"> <input class="form-control mr-sm-2" type="text" placeholder="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> </form> @@ -478,7 +478,7 @@ With a brand name shown on the left and toggler on the right: <a class="nav-link disabled" href="#">Disabled</a> </li> </ul> - <form class="form-inline mt-2 mt-md-0"> + <form class="form-inline my-2 my-lg-0"> <input class="form-control mr-sm-2" type="text" placeholder="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> </form> |
