1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet

This commit is contained in:
Mark Otto
2011-10-03 22:27:15 -07:00
parent a968d300b4
commit c843e202b5
4 changed files with 10 additions and 4 deletions

View File

@@ -1107,7 +1107,7 @@
<li>
<label>
<input type="checkbox" name="optionsCheckboxes" value="option2" />
<span>Option three can&mdash;yes, you guessed it&mdash;also be checked and included in form results</span>
<span>Option three can&mdash;yes, you guessed it&mdash;also be checked and included in form results. Let's make it super long so that everyone can see how it wraps, too.</span>
</label>
</li>
<li>