1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

fix broken fieldset grid, workaround for flexbug 9

This commit is contained in:
Mark Otto
2017-03-26 11:07:42 -07:00
committed by Mark Otto
parent 1e6902d21f
commit 1ad0496724

View File

@@ -350,7 +350,8 @@ Be sure to add `.col-form-label` to your `<label>`s as well so they're verticall
<input type="password" class="form-control" id="inputPassword3" placeholder="Password"> <input type="password" class="form-control" id="inputPassword3" placeholder="Password">
</div> </div>
</div> </div>
<fieldset class="form-group row"> <fieldset class="form-group">
<div class="row">
<legend class="col-form-legend col-sm-2">Radios</legend> <legend class="col-form-legend col-sm-2">Radios</legend>
<div class="col-sm-10"> <div class="col-sm-10">
<div class="form-check"> <div class="form-check">
@@ -372,6 +373,7 @@ Be sure to add `.col-form-label` to your `<label>`s as well so they're verticall
</label> </label>
</div> </div>
</div> </div>
</div>
</fieldset> </fieldset>
<div class="form-group row"> <div class="form-group row">
<label class="col-sm-2">Checkbox</label> <label class="col-sm-2">Checkbox</label>