diff options
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> |
