@orion-studios/payload-studio 0.6.0-beta.30 → 0.6.0-beta.31

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.
@@ -1684,7 +1684,7 @@
1684
1684
  .orion-admin-workflow-node-number {
1685
1685
  box-sizing: border-box;
1686
1686
  height: 2rem;
1687
- padding-top: 2px;
1687
+ padding-top: 5px;
1688
1688
  width: 2rem;
1689
1689
  }
1690
1690
 
@@ -1802,7 +1802,7 @@
1802
1802
  .orion-admin-field-order {
1803
1803
  box-sizing: border-box;
1804
1804
  height: 1.75rem;
1805
- padding-top: 2px;
1805
+ padding-top: 5px;
1806
1806
  width: 1.75rem;
1807
1807
  }
1808
1808
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.6.0-beta.30",
3
+ "version": "0.6.0-beta.31",
4
4
  "description": "Base CMS, builder, and custom admin toolkit for Orion Studios websites",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",