aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-12-22 21:18:45 -0800
committerMark Otto <[email protected]>2017-12-23 17:50:52 -0800
commit73ca04df538a7fc75d7a83a266b5c1784591292b (patch)
tree874c95a6742be211ebd831a95a8f03789b90f1d0 /docs
parentc468f89b1c5fe1a7ae393791bc5ad86cd536b5ab (diff)
downloadbootstrap-73ca04df538a7fc75d7a83a266b5c1784591292b.tar.xz
bootstrap-73ca04df538a7fc75d7a83a266b5c1784591292b.zip
space custom select sizing examples
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md
index ee67ffa80..6ed98c3b7 100644
--- a/docs/4.0/components/forms.md
+++ b/docs/4.0/components/forms.md
@@ -1023,7 +1023,7 @@ Custom `<select>` menus need only a custom class, `.custom-select` to trigger th
You may also choose from small and large custom selects to match our similarly sized text inputs.
{% example html %}
-<select class="custom-select custom-select-lg">
+<select class="custom-select custom-select-lg mb-3">
<option selected>Open this select menu</option>
<option value="1">One</option>
<option value="2">Two</option>