diff options
| author | Mark Otto <[email protected]> | 2011-10-03 22:27:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 22:27:15 -0700 |
| commit | c843e202b53502f8e973419bc5ea9c62f87f9c89 (patch) | |
| tree | 4cc740676d4ffe56a2afaed0eb8f6292cfc7f7ba /docs | |
| parent | a968d300b434598e8c1735f08fc7ad5da9d40033 (diff) | |
| download | bootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.tar.xz bootstrap-c843e202b53502f8e973419bc5ea9c62f87f9c89.zip | |
make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index c75ecc837..2b2d4f9d9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> |
