Skip to content

Commit

Permalink
more linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 23, 2021
1 parent aa420ef commit 3ae0ccd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions site/content/docs/5.0/examples/list-groups/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,48 +66,48 @@ <h6 class="mb-0">Third heading</h6>
<div class="list-group mx-0">
<label class="list-group-item d-flex gap-2">
<input class="form-check-input flex-shrink-0" type="checkbox" value="" checked>
<div>
<span>
First checkbox
<small class="d-block text-muted">With support text underneath to add more detail</small>
</div>
</span>
</label>
<label class="list-group-item d-flex gap-2">
<input class="form-check-input flex-shrink-0" type="checkbox" value="">
<div>
<span>
Second checkbox
<small class="d-block text-muted">Some other text goes here</small>
</div>
</span>
</label>
<label class="list-group-item d-flex gap-2">
<input class="form-check-input flex-shrink-0" type="checkbox" value="">
<div>
<span>
Third checkbox
<small class="d-block text-muted">And we end with another snippet of text</small>
</div>
</span>
</label>
</div>

<div class="list-group mx-0">
<label class="list-group-item d-flex gap-2">
<input class="form-check-input flex-shrink-0" type="radio" name="listGroupRadios" id="listGroupRadios1" value="" checked>
<div>
<span>
First radio
<small class="d-block text-muted">With support text underneath to add more detail</small>
</div>
</span>
</label>
<label class="list-group-item d-flex gap-2">
<input class="form-check-input flex-shrink-0" type="radio" name="listGroupRadios" id="listGroupRadios2" value="">
<div>
<span>
Second radio
<small class="d-block text-muted">Some other text goes here</small>
</div>
</span>
</label>
<label class="list-group-item d-flex gap-2">
<input class="form-check-input flex-shrink-0" type="radio" name="listGroupRadios" id="listGroupRadios3" value="">
<div>
<span>
Third radio
<small class="d-block text-muted">And we end with another snippet of text</small>
</div>
</span>
</label>
</div>
</div>
Expand Down

0 comments on commit 3ae0ccd

Please sign in to comment.