diff options
| author | Mark Otto <[email protected]> | 2016-12-22 23:04:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-24 14:21:04 -0800 |
| commit | f721ebf3b40e564cafc65cdad9582c2cd5a89c01 (patch) | |
| tree | abb2906c40a58de88a94c5603d66b1ad67ade8e8 /docs/examples/dashboard | |
| parent | effb2fb4b4bf12e6ecc3934761e0305147f6e2e2 (diff) | |
| download | bootstrap-f721ebf3b40e564cafc65cdad9582c2cd5a89c01.tar.xz bootstrap-f721ebf3b40e564cafc65cdad9582c2cd5a89c01.zip | |
unify alignment of all these dang navbar forms
Diffstat (limited to 'docs/examples/dashboard')
| -rw-r--r-- | docs/examples/dashboard/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 9b9155f20..a1f34cb94 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -41,8 +41,8 @@ </li> </ul> <form class="form-inline mt-2 mt-md-0"> - <input class="form-control mr-md-2" type="text" placeholder="Search"> - <button class="btn btn-outline-success my-2 my-md-0" type="submit">Search</button> + <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> </div> </nav> |
