mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
fix broke markup
This commit is contained in:
@@ -573,13 +573,6 @@ Ensure that an alternative indication of state is also provided. For instance, y
|
|||||||
Checkbox with warning
|
Checkbox with warning
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="has-danger">
|
|
||||||
<div class="checkbox">
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" id="checkboxDanger" value="option1">
|
|
||||||
Checkbox with danger
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="checkbox has-danger">
|
<div class="checkbox has-danger">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="checkboxDanger" value="option1">
|
<input type="checkbox" id="checkboxDanger" value="option1">
|
||||||
|
Reference in New Issue
Block a user