@descope/web-components-ui 1.0.118 → 1.0.119

Sign up to get free protection for your applications and to get access to all the features.
@@ -1821,6 +1821,7 @@ const resetInputAutoFill = (name, cssVarList) => `
1821
1821
  const resetInputFieldDefaultWidth = () => `
1822
1822
  :host {
1823
1823
  --vaadin-field-default-width: auto;
1824
+ box-sizing: border-box;
1824
1825
  }
1825
1826
  `;
1826
1827