@5minds/node-red-dashboard-2-processcube-dynamic-form 2.0.7-feature-62dabd-md8rsz8b → 2.0.7-feature-5796b4-md8ryyr7
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/package.json
CHANGED
|
@@ -781,8 +781,7 @@ export default {
|
|
|
781
781
|
if (field.type === 'header') {
|
|
782
782
|
style += 'flex-basis: 100%;'
|
|
783
783
|
} else {
|
|
784
|
-
|
|
785
|
-
style += `flex-basis: 100%;` // Mobile default
|
|
784
|
+
style += `flex-basis: 100%;`
|
|
786
785
|
}
|
|
787
786
|
return style
|
|
788
787
|
},
|