Skip to content

Commit

Permalink
space custom select sizing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 24, 2017
1 parent c468f89 commit 73ca04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 73ca04d

Please sign in to comment.