mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
fix broken fieldset grid, workaround for flexbug 9
This commit is contained in:
parent
1e6902d21f
commit
1ad0496724
@ -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">
|
||||
</div>
|
||||
</div>
|
||||
<fieldset class="form-group row">
|
||||
<fieldset class="form-group">
|
||||
<div class="row">
|
||||
<legend class="col-form-legend col-sm-2">Radios</legend>
|
||||
<div class="col-sm-10">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2">Checkbox</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user