@micromerce/formbuilder-react 1.0.538 → 1.0.540
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formbuilder.js +4 -2
- package/dist/formbuilder.js.map +1 -1
- package/package.json +1 -1
package/dist/formbuilder.js
CHANGED
@@ -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;
|