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:
@@ -1107,7 +1107,7 @@
|
||||
<li>
|
||||
<label>
|
||||
<input type="checkbox" name="optionsCheckboxes" value="option2" />
|
||||
<span>Option three can—yes, you guessed it—also be checked and included in form results</span>
|
||||
<span>Option three can—yes, you guessed it—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>
|
||||
|
Reference in New Issue
Block a user