mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 03:30:23 +00:00
space custom select sizing examples
This commit is contained in:
parent
c468f89b1c
commit
73ca04df53
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue