@inc2734/unitone-css 0.69.2 → 0.69.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inc2734/unitone-css",
3
- "version": "0.69.2",
3
+ "version": "0.69.3",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=20.10.0",
@@ -104,4 +104,6 @@ figcaption {
104
104
 
105
105
  margin: var(--unitone--s-2) 0 0;
106
106
  text-align: start;
107
+ width: 0;
108
+ min-width: fit-content;
107
109
  }