1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00

mention why we use .select-sm

This commit is contained in:
Mark Otto 2015-06-10 12:41:40 -07:00
parent 7cf7bacfff
commit 6a0719d16c

View File

@ -125,8 +125,10 @@ Custom `<select>`s are also available—just add `.select`. **Only available in
### Small
Use the `.select-sm` class to resize both default and custom `<select>`s to match the size of [our small buttons](/buttons/#default-buttons).
{% example html %}
<select class="select-small">
<select class="select-sm">
<option>Choose an option</option>
<option>Git</option>
<option>Subversion</option>
@ -136,7 +138,7 @@ Custom `<select>`s are also available—just add `.select`. **Only available in
<option>Battlestar Galactica</option>
</select>
<select class="select select-small">
<select class="select select-sm">
<option>Choose an option</option>
<option>Git</option>
<option>Subversion</option>