mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03: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:
+1
-1
@@ -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