File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -710,19 +710,19 @@ Ensure that an alternative indication of state is also provided. For instance, y
710
710
711
711
{% example html %}
712
712
<div class =" form-group has-success " >
713
- <label class =" col- form-label" for =" inputSuccess1 " >Input with success</label >
713
+ <label class =" form-control -label " for =" inputSuccess1 " >Input with success</label >
714
714
<input type =" text " class =" form-control form-control-success " id =" inputSuccess1 " >
715
715
<div class =" form-control-feedback " >Success! You've done it.</div >
716
716
<small class =" form-text text-muted " >Example help text that remains unchanged.</small >
717
717
</div >
718
718
<div class =" form-group has-warning " >
719
- <label class =" col- form-label" for =" inputWarning1 " >Input with warning</label >
719
+ <label class =" form-control -label " for =" inputWarning1 " >Input with warning</label >
720
720
<input type =" text " class =" form-control form-control-warning " id =" inputWarning1 " >
721
721
<div class =" form-control-feedback " >Shucks, check the formatting of that and try again.</div >
722
722
<small class =" form-text text-muted " >Example help text that remains unchanged.</small >
723
723
</div >
724
724
<div class =" form-group has-danger " >
725
- <label class =" col- form-label" for =" inputDanger1 " >Input with danger</label >
725
+ <label class =" form-control -label " for =" inputDanger1 " >Input with danger</label >
726
726
<input type =" text " class =" form-control form-control-danger " id =" inputDanger1 " >
727
727
<div class =" form-control-feedback " >Sorry, that username's taken. Try another?</div >
728
728
<small class =" form-text text-muted " >Example help text that remains unchanged.</small >
You can’t perform that action at this time.
0 commit comments