jupiter-dynamic-forms 1.9.9 → 1.9.10

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