@micromerce/formbuilder-react 1.0.538 → 1.0.540

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.
@@ -120,9 +120,11 @@
120
120
  position: relative;
121
121
  display: flex;
122
122
  justify-content: space-between;
123
+ flex-wrap: wrap;
123
124
  width: 100%;
124
- height: 40px;
125
- gap: 15px;
125
+ min-height: 40px;
126
+ column-gap: 15px;
127
+ row-gap: 5px;
126
128
  `;Ca(Ta)`
127
129
  font-size: 14px;
128
130
  font-weight: 400;