]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
space custom select sizing examples
authorMark Otto <markdotto@gmail.com>
Sat, 23 Dec 2017 05:18:45 +0000 (21:18 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 24 Dec 2017 01:50:52 +0000 (17:50 -0800)
docs/4.0/components/forms.md

index ee67ffa8005dc00d72c78dd93d820f1655c318ca..6ed98c3b76d671852c883080872b1032f101ab1d 100644 (file)
@@ -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>