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

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.
@@ -1682,7 +1682,9 @@
1682
1682
  }
1683
1683
 
1684
1684
  .orion-admin-workflow-node-number {
1685
+ box-sizing: border-box;
1685
1686
  height: 2rem;
1687
+ padding-top: 2px;
1686
1688
  width: 2rem;
1687
1689
  }
1688
1690
 
@@ -1798,7 +1800,9 @@
1798
1800
  }
1799
1801
 
1800
1802
  .orion-admin-field-order {
1803
+ box-sizing: border-box;
1801
1804
  height: 1.75rem;
1805
+ padding-top: 2px;
1802
1806
  width: 1.75rem;
1803
1807
  }
1804
1808
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.6.0-beta.29",
3
+ "version": "0.6.0-beta.30",
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",