Commit 73ca04df authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

space custom select sizing examples

parent c468f89b
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1023,7 +1023,7 @@ Custom `<select>` menus need only a custom class, `.custom-select` to trigger th ...@@ -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. You may also choose from small and large custom selects to match our similarly sized text inputs.
{% example html %} {% 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 selected>Open this select menu</option>
<option value="1">One</option> <option value="1">One</option>
<option value="2">Two</option> <option value="2">Two</option>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment