mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
docs(forms): fix incorrect legend nesting in fieldset
This commit is contained in:
@@ -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">
|
||||
</div>
|
||||
</div>
|
||||
<fieldset>
|
||||
<div class="row mb-3">
|
||||
<fieldset class="row mb-3">
|
||||
<legend class="col-form-label col-sm-2 pt-0">Radios</legend>
|
||||
<div class="col-sm-10">
|
||||
<div class="form-check">
|
||||
@@ -155,7 +154,6 @@ At times, you maybe need to use margin or padding utilities to create that perfe
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<div class="row mb-3">
|
||||
<div class="col-sm-10 offset-sm-2">
|
||||
|
||||
Reference in New Issue
Block a user