Loading themes/bs_bootstrap/sass/components/partials/_floating-labels.scss +12 −10 Original line number Diff line number Diff line Loading @@ -272,6 +272,7 @@ // Bootstrap resetting for inputs groups is not working because of custom // input-group-label wrapper so we are adding our own resetting. .input-group { .input-group-label { &:not(:last-child) { > .form-control, Loading @@ -287,3 +288,4 @@ } } } } themes/bs_bootstrap/templates/form/form-element.html.twig +3 −3 Original line number Diff line number Diff line Loading @@ -95,9 +95,9 @@ <span class="field-prefix input-group-text">{{ prefix }}</span> </div> {%- endif %} {# When using floating labels we need to add a wrapper for label and children in order to properly position floating label against various form element configuration. #} {# When using floating labels we need to add a wrapper for label and children in order to properly position floating label against various form element configuration. #} {% if floating_labels -%} <div class="input-group-label"> {{ children }} Loading Loading
themes/bs_bootstrap/sass/components/partials/_floating-labels.scss +12 −10 Original line number Diff line number Diff line Loading @@ -272,6 +272,7 @@ // Bootstrap resetting for inputs groups is not working because of custom // input-group-label wrapper so we are adding our own resetting. .input-group { .input-group-label { &:not(:last-child) { > .form-control, Loading @@ -287,3 +288,4 @@ } } } }
themes/bs_bootstrap/templates/form/form-element.html.twig +3 −3 Original line number Diff line number Diff line Loading @@ -95,9 +95,9 @@ <span class="field-prefix input-group-text">{{ prefix }}</span> </div> {%- endif %} {# When using floating labels we need to add a wrapper for label and children in order to properly position floating label against various form element configuration. #} {# When using floating labels we need to add a wrapper for label and children in order to properly position floating label against various form element configuration. #} {% if floating_labels -%} <div class="input-group-label"> {{ children }} Loading