@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
3
- "version": "2.0.7-feature-62dabd-md8rsz8b",
3
+ "version": "2.0.7-feature-5796b4-md8ryyr7",
4
4
  "description": "The ui component for the ProcessCube dynamic-form",
5
5
  "keywords": [
6
6
  "processcube",
@@ -781,8 +781,7 @@ export default {
781
781
  if (field.type === 'header') {
782
782
  style += 'flex-basis: 100%;'
783
783
  } else {
784
- // On desktop, use form_columns; on mobile, always 100%
785
- style += `flex-basis: 100%;` // Mobile default
784
+ style += `flex-basis: 100%;`
786
785
  }
787
786
  return style
788
787
  },
@@ -153,7 +153,6 @@ code {
153
153
  flex-shrink: 0;
154
154
  }
155
155
 
156
- /* For very wide desktop layouts with multiple buttons */
157
156
  @media screen and (min-width: 600px) {
158
157
  .ui-dynamic-form-footer-actions-container {
159
158
  flex-wrap: wrap;