@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.
package/dist/index.esm.js CHANGED
@@ -1415,6 +1415,7 @@ const resetInputAutoFill = (name, cssVarList) => `
1415
1415
  const resetInputFieldDefaultWidth = () => `
1416
1416
  :host {
1417
1417
  --vaadin-field-default-width: auto;
1418
+ box-sizing: border-box;
1418
1419
  }
1419
1420
  `;
1420
1421