diff options
| author | Martijn Cuppens <[email protected]> | 2018-05-19 17:31:24 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-06-21 18:38:22 +0300 |
| commit | e59265c42db4c9fec397fd92e9646def0b2b4200 (patch) | |
| tree | b1c160369fa366a7e13b1ac67f0e07d9634ac47c /docs | |
| parent | 1719a2ca425695ca6970662aabdb3ec1a8c7134a (diff) | |
| download | bootstrap-e59265c42db4c9fec397fd92e9646def0b2b4200.tar.xz bootstrap-e59265c42db4c9fec397fd92e9646def0b2b4200.zip | |
Remove disabled class from wrapper
`disabled` class is not needed for wrapper.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.1/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/forms.md b/docs/4.1/components/forms.md index 6e98d4a13..e55f58f4d 100644 --- a/docs/4.1/components/forms.md +++ b/docs/4.1/components/forms.md @@ -211,7 +211,7 @@ By default, any number of checkboxes and radios that are immediate sibling will Second default radio </label> </div> -<div class="form-check disabled"> +<div class="form-check"> <input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios3" value="option3" disabled> <label class="form-check-label" for="exampleRadios3"> Disabled radio |
