mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
add options to the examples so they render properly
This commit is contained in:
@@ -609,9 +609,15 @@ Set heights using classes like `.form-control-lg`, and set widths using grid col
|
|||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<select class="form-control form-control-lg"></select>
|
<select class="form-control form-control-lg">
|
||||||
<select class="form-control"></select>
|
<option>Large select</option>
|
||||||
<select class="form-control form-control-sm"></select>
|
</select>
|
||||||
|
<select class="form-control">
|
||||||
|
<option>Default select</option>
|
||||||
|
</select>
|
||||||
|
<select class="form-control form-control-sm">
|
||||||
|
<option>Small select</option>
|
||||||
|
</select>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
## Column sizing
|
## Column sizing
|
||||||
|
Reference in New Issue
Block a user