1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

docs(forms): fix incorrect legend nesting in fieldset

This commit is contained in:
Gaël Poupard
2020-10-15 16:37:17 +02:00
committed by XhmikosR
parent 9589d9c54a
commit 116deb27c5

View File

@@ -132,8 +132,7 @@ At times, you maybe need to use margin or padding utilities to create that perfe
<input type="password" class="form-control" id="inputPassword3"> <input type="password" class="form-control" id="inputPassword3">
</div> </div>
</div> </div>
<fieldset> <fieldset class="row mb-3">
<div class="row mb-3">
<legend class="col-form-label col-sm-2 pt-0">Radios</legend> <legend class="col-form-label col-sm-2 pt-0">Radios</legend>
<div class="col-sm-10"> <div class="col-sm-10">
<div class="form-check"> <div class="form-check">
@@ -155,7 +154,6 @@ At times, you maybe need to use margin or padding utilities to create that perfe
</label> </label>
</div> </div>
</div> </div>
</div>
</fieldset> </fieldset>
<div class="row mb-3"> <div class="row mb-3">
<div class="col-sm-10 offset-sm-2"> <div class="col-sm-10 offset-sm-2">