Commit 18af715f authored by Ivica Puljic's avatar Ivica Puljic Committed by Ivica Puljic
Browse files

Issue #3298746 by pivica: Floating label width adjustment should set min-width and not width

parent 0bc1a78f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
            if (adjustedWidth > this.offsetWidth) {
              adjustedWidth -= paddingRight;
            }
            control.style.width = adjustedWidth + 'px';
            control.style.minWidth = adjustedWidth + 'px';
          }

          if (control.classList.contains('form-select')) {