@rogieking/figui3 1.0.25 → 1.0.26

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.
Files changed (2) hide show
  1. package/fig.css +4 -0
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -1877,6 +1877,10 @@ fig-field,
1877
1877
  gap: var(--spacer-2);
1878
1878
  align-items: flex-start;
1879
1879
  flex-direction: row;
1880
+
1881
+ & > label {
1882
+ min-width: 4rem;
1883
+ }
1880
1884
  }
1881
1885
  }
1882
1886
 
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.25"
3
+ "version": "1.0.26"
4
4
  }