easy-forms-core 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/easy-form.js CHANGED
@@ -272,6 +272,7 @@ function getBaseStyles(colors) {
272
272
  color: var(--easy-form-text);
273
273
  background: var(--easy-form-background);
274
274
  transition: all 0.2s ease;
275
+ box-sizing: border-box;
275
276
  }
276
277
  input[type="checkbox"],
277
278
  input[type="radio"] {