easy-forms-core 1.1.14 → 1.1.16

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
@@ -549,6 +549,8 @@ function getBaseStyles(colors) {
549
549
  font-size: 1rem;
550
550
  user-select: none;
551
551
  transition: background-color 0.2s ease;
552
+ width: 100%;
553
+ border: none;
552
554
  }
553
555
  .easy-form-group-collapsible .easy-form-group-header:hover {
554
556
  background: rgba(0, 0, 0, 0.03);