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