@@ -594,37 +594,37 @@ block view
594
594
form.form-horizontal
595
595
.mb-3
596
596
label.form-label ( for ='prependedInput' ) Prepended text
597
- .input-prepend.input- group
598
- span.input-group-text @
599
- input#prependedInput .form-control ( size ='16' , type ='text' )
600
- span.form-text Here's some help text
597
+ .input-group
598
+ span.input-group-text @
599
+ input#prependedInput .form-control ( size ='16' , type ='text' )
600
+ span.form-text Here's some help text
601
601
602
602
.mb-3
603
603
label.form-label ( for ='appendedInput' ) Appended text
604
604
.input-group
605
- input#appendedInput .form-control ( size ='16' , type ='text' )
606
- span.input-group-text .00
607
- span.form-text Here's more help text
605
+ input#appendedInput .form-control ( size ='16' , type ='text' )
606
+ span.input-group-text .00
607
+ span.form-text Here's more help text
608
608
609
609
.mb-3
610
610
label.form-label ( for ='appendedPrependedInput' ) Append and prepend
611
- .input-prepend. input-group
612
- span.input-group-text $
613
- input#appendedPrependedInput .form-control ( size ='16' , type ='text' )
614
- span.input-group-text .00
611
+ input-group
612
+ span.input-group-text $
613
+ input#appendedPrependedInput .form-control ( size ='16' , type ='text' )
614
+ span.input-group-text .00
615
615
616
616
.mb-3
617
617
label.form-label ( for ='appendedInputButton' ) Append with button
618
618
.input-group
619
- input#appendedInputButton .form-control ( size ='16' , type ='text' )
620
- button.btn.btn-secondary ( type ='button' ) Go!
619
+ input#appendedInputButton .form-control ( size ='16' , type ='text' )
620
+ button.btn.btn-secondary ( type ='button' ) Go!
621
621
622
622
.mb-3
623
623
label.form-label ( for ='appendedInputButtons' ) Two-button append
624
624
.input-group
625
- input#appendedInputButtons .form-control ( size ='16' , type ='text' )
626
- button.btn.btn-secondary ( type ='button' ) Search
627
- button.btn.btn-secondary ( type ='button' ) Options
625
+ input#appendedInputButtons .form-control ( size ='16' , type ='text' )
626
+ button.btn.btn-secondary ( type ='button' ) Search
627
+ button.btn.btn-secondary ( type ='button' ) Options
628
628
629
629
.form-actions
630
630
button.btn.btn-primary ( type ='submit' ) Save changes
0 commit comments