Commit 52b654b5 authored by Ivica Puljic's avatar Ivica Puljic Committed by Ivica Puljic
Browse files

Issue #3256688 by pivica: Floating labels input has left or right border radius reset

parent b99f5bda
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -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,
@@ -287,3 +288,4 @@
      }
    }
  }
}
+3 −3
Original line number Diff line number Diff line
@@ -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 }}