jupiter-dynamic-forms 1.9.7 → 1.9.8

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/index.mjs CHANGED
@@ -6025,8 +6025,8 @@ JupiterDynamicForm.styles = css`
6025
6025
  }
6026
6026
 
6027
6027
  .side-panel-content .form-sections {
6028
- padding: 24px;
6029
- padding-bottom: 24px;
6028
+ padding: 0 24px 24px 24px;
6029
+ padding-top: 0;
6030
6030
  }
6031
6031
 
6032
6032
  /* Admin Mode Styles */