Commit a82d0ce6 authored by Mark Otto's avatar Mark Otto
Browse files

tweak spacing

parent dfd52291
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
...@@ -593,7 +593,7 @@ Custom form controls and selects are also supported. ...@@ -593,7 +593,7 @@ Custom form controls and selects are also supported.
{% example html %} {% example html %}
<form class="form-inline"> <form class="form-inline">
<label class="mr-sm-2" for="inlineFormCustomSelectPref">Preference</label> <label class="mr-2" for="inlineFormCustomSelectPref">Preference</label>
<select class="custom-select mb-2 mr-sm-2" id="inlineFormCustomSelectPref"> <select class="custom-select mb-2 mr-sm-2" id="inlineFormCustomSelectPref">
<option selected>Choose...</option> <option selected>Choose...</option>
<option value="1">One</option> <option value="1">One</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